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-alpha.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Mar 31, 2016
1 parent 4adf061 commit b81253c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

2.0.0-alpha.3
-------------

### Features
* Upgraded `flow-interfaces` to `^0.6.0`

### Improvements
* Moved dependencies needed for production builds from devDependencies to regular dependencies

### Fixes
* Production configuration now generates assets with absolute rather than relative paths

### Deprecations
* Removed `eslint-loader` for performance reasons

2.0.0-alpha.2
-------------

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

0 comments on commit b81253c

Please sign in to comment.