We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff07ee commit d6f299dCopy full SHA for d6f299d
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+## 6.0.12
3
+
4
+- #6037 Drop npm-shrinkwrap in favor of fixed dependencies versions
5
+- #5577 fix pm2 monit crash
6
7
## 6.0.11
8
9
- #6034 replace package-lock.json by npm-shrinkwrap.json
package.json
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
- "version": "6.0.11",
+ "version": "6.0.12",
"engines": {
"node": ">=16.0.0"
},
0 commit comments