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.
2 parents dd933bd + 62cc83a commit 621efe5Copy full SHA for 621efe5
README.md
@@ -279,7 +279,12 @@ Ready to go docker images:
279
* [alpine linux](https://github.com/coderofsalvation/docker.alpine.nodejs.pod)
280
* [ubuntu linux](https://github.com/raiscui/docker-pod)
281
282
-## Changelog
+## Changelog
283
+
284
+### 0.9.1
285
286
+- Move to latest pm2
287
+- Added support for Node 7.x
288
289
### 0.9.0
290
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pod",
3
- "version": "0.9.0",
+ "version": "0.9.1",
4
"preferGlobal": true,
5
"author": {
6
"name": "Evan You",
@@ -48,4 +48,4 @@
48
"cli": "bash test/cli.sh",
49
"test": "mocha test/api.js -r jscoverage -R spec --slow 1250 --timeout 5000 && bash test/cli.sh"
50
}
51
-}
+}
0 commit comments