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 e0fd518 commit 5ad2446Copy full SHA for 5ad2446
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+## 4.2.1
3
+
4
+- fix: col size too small for certain app name with tracing enabled
5
+- chore: check for pm2 updates
6
7
## 4.2.0
8
9
- feature: `pm2 logs --highlight <str>` to highlight specified string when using `pm2 logs` #4013 by @bvsubhash
package.json
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
- "version": "4.2.0",
+ "version": "4.2.1",
"engines": {
"node": ">=8.10.0"
},
0 commit comments