Skip to content

Commit

Permalink
pm2@5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed May 23, 2024
1 parent 9fd9f22 commit 60179d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.4.0

- #5782 add autostart true||false feature by @ultimate-tester
- fix UUID deprecation
- updates modules

## 5.3.1

- #5686 Switch from Travis CI to Github Actions
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "5.3.1",
"version": "5.4.0",
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"directories": {
"bin": "./bin",
Expand Down

0 comments on commit 60179d4

Please sign in to comment.