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

Commit a5a7ec2

Browse files
committed
bump pkg version
1 parent bafd210 commit a5a7ec2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.2.1 (Apr 12 2016)
2+
3+
* Support ES6 module syntax for React views (https://github.com/paypal/react-engine/pull/149)
4+
15
## 3.2.0 (Mar 27 2016)
26

37
* Allow consumers to override history object (https://github.com/paypal/react-engine/issues/126)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-engine",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "a composite render engine for express apps to render both plain react views and react-router views",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)