diff --git a/CHANGELOG.md b/CHANGELOG.md index 5287fe871..e68c61db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +3.0.0-alpha.0 +------------- + +### Improvements +* Migrated to Fractal Project Structure, huge thanks to [justingreenberg](https://github.com/justingreenberg). See https://github.com/davezuko/react-redux-starter-kit/pull/684 for details and discussion. + 2.0.0 ----- diff --git a/package.json b/package.json index 43c3bcc86..fb98e4718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-starter-kit", - "version": "2.0.0", + "version": "3.0.0-alpha.0", "description": "Get started with React, Redux, and React-Router!", "main": "index.js", "engines": {