Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
release(2.0.0-alpha.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Apr 17, 2016
1 parent fd1cb80 commit 8d5d878
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

2.0.0-alpha.5
-------------

### Features
* Upgraded `flow-bin` to `0.23.0`
* Upgraded `fs-extra` to `^0.27.0`

### Improvements
* Minor cleanup in Karma configuration
* Added missing node-style index files in blueprints

### Fixes
* Modified webpack manifest initialization to prevent syntax errors in some environments (https://github.com/davezuko/react-redux-starter-kit/issues/572)

2.0.0-alpha.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-starter-kit",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Get started with React, Redux, and React-Router!",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 8d5d878

Please sign in to comment.