Skip to content

Commit 621efe5

Browse files
committed
Merge branch 'master' of https://github.com/meldsza/pod
2 parents dd933bd + 62cc83a commit 621efe5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,12 @@ Ready to go docker images:
279279
* [alpine linux](https://github.com/coderofsalvation/docker.alpine.nodejs.pod)
280280
* [ubuntu linux](https://github.com/raiscui/docker-pod)
281281

282-
## Changelog
282+
## Changelog
283+
284+
### 0.9.1
285+
286+
- Move to latest pm2
287+
- Added support for Node 7.x
283288

284289
### 0.9.0
285290

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pod",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"preferGlobal": true,
55
"author": {
66
"name": "Evan You",
@@ -48,4 +48,4 @@
4848
"cli": "bash test/cli.sh",
4949
"test": "mocha test/api.js -r jscoverage -R spec --slow 1250 --timeout 5000 && bash test/cli.sh"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)