Skip to content

Commit 854e2f3

Browse files
author
David Zukowski
committed
release(2.0.0)
1 parent 2970a89 commit 854e2f3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

4+
2.0.0
5+
-----
6+
7+
### Features
8+
* Upgraded `eslint-plugin-react` to `^5.0.0`
9+
* Upgraded `fs-extra` to `^0.28.0`
10+
11+
### Improvements
12+
* Updated syntax used for `createStore` to match `redux@^3.1.0`
13+
* Cleaned up `connect` decorator in `HomeView`
14+
* Cleaned up flow types in `HomeView`
15+
416
2.0.0-alpha.5
517
-------------
618

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.5",
3+
"version": "2.0.0",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)