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

Commit

Permalink
release(3.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed May 17, 2017
1 parent 3bc5bcb commit 8e3e8b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

3.0.1
-------------

### Improvements
* Added Node `^5.0.0` to CI build

### Fixes
* Removed usage of the spread operator for function arguments
* Added missing `fs-extra` dependency

3.0.0
-------------

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

0 comments on commit 8e3e8b6

Please sign in to comment.