From 07b5231efb0efd6bccbca998f1cfa7e427c9fa9f Mon Sep 17 00:00:00 2001 From: Alexander Varwijk Date: Sat, 21 Feb 2015 21:29:37 +0100 Subject: [PATCH] Update accord to ^0.15.1 to fix #122 - Updated accord version tag in package.json - Bumped version number to 3.0.1 in package.json - Added changelog line --- Changelog.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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",