diff --git a/CHANGELOG.md b/CHANGELOG.md index 140c9f6..a85d412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +### 0.13.1 + +- Support `export default` ES6 style component exports. +- Show JS error message in python exception when not in debug mode. +- Updated some dependencies + - `body-parser` 1.14.1 > 1.15.2 + - `express` 4.13.3 > 4.14.0 + - `morgan` 1.6.1 > 1.7.0 +- Updated example and tests to use babel 6. + +*NOTE: Only JS changed in this release* + ### 0.13.0 Fixed a potential XSS bug when using `render_props` as per the example. diff --git a/example/package.json b/example/package.json index faf760f..49c1774 100644 --- a/example/package.json +++ b/example/package.json @@ -14,6 +14,6 @@ "marked": "^0.3.3", "react": "^0.14.2", "webpack": "^1.13.1", - "react-render-service": "^0.12.4" + "react-render-service": "^0.13.1" } } diff --git a/package.json b/package.json index ec84139..2fdc701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-render-service", - "version": "0.12.4", + "version": "0.13.1", "description": "HTTP microservice for rendering React to HTML on the server side", "main": "render.js", "bin": {