From d0ed06f089bc0c481624ca7f82f9697c369c6319 Mon Sep 17 00:00:00 2001 From: "Selvanathan, Sam" Date: Fri, 13 May 2016 23:06:09 +0530 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ example/public/routes.jsx | 1 - package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6a6f1..42e8a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/example/public/routes.jsx b/example/public/routes.jsx index 25a0821..8c22d33 100644 --- a/example/public/routes.jsx +++ b/example/public/routes.jsx @@ -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 = ( diff --git a/package.json b/package.json index d9908cd..5aec90f 100644 --- a/package.json +++ b/package.json @@ -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": {