Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samsel committed May 13, 2016
1 parent 4306122 commit d0ed06f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.4.0 (May 13 2016)
* Update deprecated `history` and `RoutingContext` for react-router (https://github.com/paypal/react-engine/pull/155)

## 3.3.0 (Apr 30 2016)
* Added scriptLocation server option to allow consumers to specify location of REACT_ENGINE script (https://github.com/paypal/react-engine/pull/153)
* Support ES6 module syntax for routes (https://github.com/paypal/react-engine/pull/154)
Expand Down
1 change: 0 additions & 1 deletion example/public/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { Router, Route, IndexRoute, Redirect, browserHistory } from 'react-route
import Layout from './views/layout.jsx';
import ListPage from './views/list.jsx';
import DetailPage from './views/detail.jsx';
import Error404 from './views/404.jsx';

module.exports = (
<Router history={browserHistory}>
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-engine",
"version": "3.3.0",
"version": "3.4.0",
"description": "a composite render engine for express apps to render both plain react views and react-router views",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d0ed06f

Please sign in to comment.