diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2d64a11..73c86faf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ Changelog ========= +2.0.0-alpha.2 +------------- + +### Features +* Upgraded `eslint` to `^2.4.0` +* Upgraded `babel-eslint` to `^6.0.0-beta.6` +* Upgraded `better-npm-run` to `0.0.8` +* Upgraded `phantomjs-polyfill` to `0.0.2` +* Upgraded `karma-mocha-reporter` to `^2.0.0` +* Upgraded `webpack` to `^1.12.14` +* Upgraded `redux-thunk` to `^2.0.0` + +### Improvements +* Added `index.js` files for blueprints for convenient imports + +### Fixes +* Removed some `cssnano` options that caused potential conflicts with css modules +* Updated flow to understand global webpack definitions + 2.0.0-alpha.1 ------------- diff --git a/package.json b/package.json index 93b696cee..5fdc1d1d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-starter-kit", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "Get started with React, Redux, and React-Router!", "main": "index.js", "engines": {