Skip to content

Commit 82c2b61

Browse files
authored
Merge pull request yyx990803#77 from meldsza/master
I managed to solve all the bugs and now its time to merge this PR
2 parents 6546ae4 + 1dc00f4 commit 82c2b61

File tree

9 files changed

+187
-172
lines changed

9 files changed

+187
-172
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ branches:
33
only:
44
- master
55
node_js:
6-
- "0.10"
7-
- "0.11"
8-
- "0.12"
9-
- "iojs"
6+
- "6.0"
7+
- "7.0"
8+
- "7.8"
109
before_install:
1110
- git config --global user.email "[email protected]"
1211
- git config --global user.name "Evan You"

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
}

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

0 commit comments

Comments
 (0)