Skip to content

Commit 5c50ed4

Browse files
author
Unitech
committedJul 4, 2024
pm2@5.4.1
1 parent f8e312e commit 5c50ed4

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
## 5.4.1
3+
4+
- @pm2/io DeprecationWarning: The util._extend API is deprecated https://github.com/keymetrics/pm2-io-apm/issues/301 @egoroof
5+
16
## 5.4.0
27

38
- #5782 add autostart true||false feature by @ultimate-tester

‎package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"dependencies": {
171171
"@pm2/agent": "~2.0.0",
172172
"@pm2/js-api": "~0.8.0",
173-
"@pm2/io": "~6.0.0",
173+
"@pm2/io": "~6.0.1",
174174
"@pm2/pm2-version-check": "latest",
175175
"async": "~3.2.0",
176176
"blessed": "0.1.81",

0 commit comments

Comments
 (0)
Please sign in to comment.