From d8983b55bf80db114b654ede2bda8c8e8c5c3afe Mon Sep 17 00:00:00 2001 From: Unitech Date: Mon, 8 Apr 2019 11:21:58 +0200 Subject: [PATCH] pm2@3.5.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7245d4b17..9935376f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## 3.5.0 + +- feat: #4220 #2941 #4196 improve pm2 serve for SPA - autoredirect requests to index.html if --spa +- feat: on pm2 show , display metric unit and divergent environment variables +- feat: #4157 tweak systemd script to auto restart PM2 in case of crash failure +- fix: #4212 on pm2 show, avoid crash when versioning comment is not present +- fix: #4171 fix pm2 list when small screen +- fix: #4197 fix pm2 unstartup for macOS +- fix: #2764 in pm2 monit, only display log of selected application +- fix: #2793 pm2 monit, rolling log buffer, avoid crash and performance issues +- fix: #4060 do not emit online when application is errored +- chore: remove nssocket in dependencies + ## 3.4.1 - fix: allow pm2 register / pm2 monitor diff --git a/package.json b/package.json index 88985c799..5d8534640 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pm2", "preferGlobal": true, - "version": "3.4.2", + "version": "3.5.0", "engines": { "node": ">=6.0.0" },