Skip to content

Commit d6f299d

Browse files
committed
1 parent 5ff07ee commit d6f299d

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+
## 6.0.12
3+
4+
- #6037 Drop npm-shrinkwrap in favor of fixed dependencies versions
5+
- #5577 fix pm2 monit crash
6+
27
## 6.0.11
38

49
- #6034 replace package-lock.json by npm-shrinkwrap.json

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": "6.0.11",
4+
"version": "6.0.12",
55
"engines": {
66
"node": ">=16.0.0"
77
},

0 commit comments

Comments
 (0)