diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ecda2..411ee5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +- v1.3.2: + - date: 2018-11-04 + - changes: + - bump v8 flags dependency +- v1.3.1: + - date: 2018-08-18 + - changes: + - cwd option fix - v1.3.0: - date: 2018-08-15 - changes: diff --git a/package.json b/package.json index 1e1fef4..39742c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-cli", "description": "The grunt command line interface", - "version": "1.3.1", + "version": "1.3.2", "author": "Grunt Development Team (http://gruntjs.com/development-team)", "repository": "gruntjs/grunt-cli", "license": "MIT",