diff --git a/Changelog.md b/Changelog.md index 76145e9..fc061ec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +### 3.0.1 +- Bumped accord version to 0.15.1 to fix #122 + ### 3.0.0 - Switch to using [accord](https://github.com/jenius/accord) for options parsing diff --git a/package.json b/package.json index a3f298b..2eba069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-less", - "version": "3.0.0", + "version": "3.0.1", "description": "Less for Gulp", "main": "index.js", "scripts": { @@ -19,7 +19,7 @@ "license": "MIT", "readmeFilename": "README.md", "dependencies": { - "accord": "^0.14.4", + "accord": "^0.15.1", "gulp-util": "^3.0.1", "less": "^2.1.1", "object-assign": "^2.0.0",