Skip to content

Commit 1cb8d58

Browse files
committed
Prepare 0.12.4 release
1 parent 6cf345b commit 1cb8d58

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
5+
6+
### 0.12.4
7+
8+
- Allow binding to other interfaces
9+
10+
*NOTE: Only JS changed in this release*
11+
412
### 0.12.3
513

614
- Add a directory whitelist option to restrict where the service can load from

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"marked": "^0.3.3",
1313
"react": "^0.14.2",
1414
"webpack": "^1.12.3",
15-
"react-render-service": "^0.12.3"
15+
"react-render-service": "^0.12.4"
1616
}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-render-service",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "HTTP microservice for rendering React to HTML on the server side",
55
"main": "render.js",
66
"bin": {

0 commit comments

Comments
 (0)