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)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Apr 18, 2016
1 parent 2970a89 commit 854e2f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

2.0.0
-----

### Features
* Upgraded `eslint-plugin-react` to `^5.0.0`
* Upgraded `fs-extra` to `^0.28.0`

### Improvements
* Updated syntax used for `createStore` to match `redux@^3.1.0`
* Cleaned up `connect` decorator in `HomeView`
* Cleaned up flow types in `HomeView`

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

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

0 comments on commit 854e2f3

Please sign in to comment.