diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4486b..3da7711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +v7.0.1 - Fri, 21 Apr 2017 09:37:20 GMT +-------------------------------------- + +- [2e7d0ba](../../commit/2e7d0ba) [fixed] `React.PropTypes` is deprecated in favor of the `"prop-types"` module +- [edaa3ef](../../commit/edaa3ef) [fixed] the `isNode` check for when the `process` variable exists in the browser + + + v7.0.0 - Wed, 05 Apr 2017 15:24:54 GMT -------------------------------------- diff --git a/package.json b/package.json index 0db67c4..c662ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "7.0.0", + "version": "7.0.1", "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": "lib/index.js", "engines": {