We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf345b commit 1cb8d58Copy full SHA for 1cb8d58
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+
5
6
+### 0.12.4
7
8
+- Allow binding to other interfaces
9
10
+*NOTE: Only JS changed in this release*
11
12
### 0.12.3
13
14
- Add a directory whitelist option to restrict where the service can load from
example/package.json
@@ -12,6 +12,6 @@
"marked": "^0.3.3",
"react": "^0.14.2",
"webpack": "^1.12.3",
15
- "react-render-service": "^0.12.3"
+ "react-render-service": "^0.12.4"
16
}
17
package.json
@@ -1,6 +1,6 @@
{
"name": "react-render-service",
- "version": "0.12.3",
+ "version": "0.12.4",
"description": "HTTP microservice for rendering React to HTML on the server side",
"main": "render.js",
"bin": {
0 commit comments