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

Commit 8d5d878

Browse files
author
David Zukowski
committed
release(2.0.0-alpha.5)
1 parent fd1cb80 commit 8d5d878

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
2.0.0-alpha.5
5+
-------------
6+
7+
### Features
8+
* Upgraded `flow-bin` to `0.23.0`
9+
* Upgraded `fs-extra` to `^0.27.0`
10+
11+
### Improvements
12+
* Minor cleanup in Karma configuration
13+
* Added missing node-style index files in blueprints
14+
15+
### Fixes
16+
* Modified webpack manifest initialization to prevent syntax errors in some environments (https://github.com/davezuko/react-redux-starter-kit/issues/572)
17+
418
2.0.0-alpha.4
519
-------------
620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-starter-kit",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)