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

Commit

Permalink
release(0.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Sep 1, 2015
1 parent 4c8f393 commit f68552d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

0.7.0
-----
#### New Features
* Support for redux-devtools in separate window with `dev:debugnw`
- Thanks to [mlusetti](https://github.com/mlusetti)

#### Improvements
* Upgrades react to `0.14.0-beta3`
* Upgrades react to `0.14.0-beta3`
* Upgrades redux to `^2.0.0`
* Upgrades redux-devtools to `^2.0.0`
* Upgrades react-redux to `^2.0.0`

#### Fixes
* Configuration file name trimming on Windows machines
- Thanks to [nuragic](https://github.com/nuragic)

0.6.0
-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Node `^0.12.0` or io.js `^2.0.0`.
Features
--------

* [React](https://github.com/facebook/react)
* [React](https://github.com/facebook/react) (`0.14.0-beta3`)
* [react-router](https://github.com/rackt/react-router) (`1.0.0-beta`)
* [Redux](https://github.com/gaearon/redux) (`1.0.0`)
* [Redux](https://github.com/gaearon/redux) (`2.0.0`)
* redux-devtools (enabled with `--debug` flag)
* react-redux
* [Koa](https://github.com/koajs/koa)
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": "0.6.0",
"version": "0.7.0",
"description": "Boilerplate to get you started with React, Redux, React-Router, and Koa",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f68552d

Please sign in to comment.