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

Commit 8e3e8b6

Browse files
author
David Zukowski
committed
release(3.0.1)
1 parent 3bc5bcb commit 8e3e8b6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
3.0.1
5+
-------------
6+
7+
### Improvements
8+
* Added Node `^5.0.0` to CI build
9+
10+
### Fixes
11+
* Removed usage of the spread operator for function arguments
12+
* Added missing `fs-extra` dependency
13+
414
3.0.0
515
-------------
616

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-starter-kit",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)