diff --git a/CHANGELOG.md b/CHANGELOG.md index b1381fc..edd0649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.1.0 +------ + +This release upgrades the `rocambole` dependency to `0.6`, which uses `esprima 2.0`. `esprima 2.0` introduces +many stable ES6 features. + v1.0.2 ------ diff --git a/package.json b/package.json index 2b3531f..f476abf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mimosa-defeature", - "version": "1.0.2", + "version": "1.1.0", "homepage": "https://github.com/peluja1012/mimosa-defeature", "author": "Pedro Jaramillo", "description": "A mimosa module for flagging features and removing them from a project build",