diff --git a/CHANGES.md b/CHANGES.md index d91e637..97e11e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2017-02-10, Version 3.0.1 +========================= + + * Fix path joining/expanding (Loay) + + 2016-12-21, Version 3.0.0 ========================= diff --git a/package.json b/package.json index 24cdbf8..537fac2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=4" }, - "version": "3.0.0", + "version": "3.0.1", "main": "index.js", "scripts": { "lint": "eslint .",