diff --git a/CHANGELOG.md b/CHANGELOG.md index 679475f..d159405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v2.0.2 - Fri, 09 Oct 2015 21:47:28 GMT +-------------------------------------- + +- [43a8c85](../../commit/43a8c85) [fixed] force push the correct docs folder :) [ci skip] + + + v2.0.1 - Fri, 09 Oct 2015 21:45:10 GMT -------------------------------------- diff --git a/package.json b/package.json index 48633e4..9d81ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "2.0.1", + "version": "2.0.2", "description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.", "main": "build/index.js", "scripts": {