Skip to content

Commit d8983b5

Browse files
committed
1 parent 6090b09 commit d8983b5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

2+
## 3.5.0
3+
4+
- feat: #4220 #2941 #4196 improve pm2 serve for SPA - autoredirect requests to index.html if --spa
5+
- feat: on pm2 show <app>, display metric unit and divergent environment variables
6+
- feat: #4157 tweak systemd script to auto restart PM2 in case of crash failure
7+
- fix: #4212 on pm2 show, avoid crash when versioning comment is not present
8+
- fix: #4171 fix pm2 list when small screen
9+
- fix: #4197 fix pm2 unstartup for macOS
10+
- fix: #2764 in pm2 monit, only display log of selected application
11+
- fix: #2793 pm2 monit, rolling log buffer, avoid crash and performance issues
12+
- fix: #4060 do not emit online when application is errored
13+
- chore: remove nssocket in dependencies
14+
215
## 3.4.1
316

417
- fix: allow pm2 register / pm2 monitor

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": "3.4.2",
4+
"version": "3.5.0",
55
"engines": {
66
"node": ">=6.0.0"
77
},

0 commit comments

Comments
 (0)