Skip to content

Commit 8b9cf80

Browse files
committed
1 parent baeec34 commit 8b9cf80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## 2.9.1
3+
4+
- bundle npm in pm2 apt install (fix case when nodejs installed as dependency and no npm available)
5+
- default to /etc/pm2 when installing via apt instead of HOME
6+
27
## 2.9.0
38

49
- #3278 --silent -s now does not print welcome message

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pm2",
33
"preferGlobal": true,
4-
"version": "2.9.0",
4+
"version": "2.9.1",
55
"engines": {
66
"node": ">=0.12"
77
},

0 commit comments

Comments
 (0)