Skip to content

Commit bfb987c

Browse files
committed
1 parent 9bf602b commit bfb987c

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 6.0.6
3+
4+
- refactor: replace chalk with smaller alternative by @webdiscus
5+
26
## 6.0.5
37

48
- Bun support - Fixes #5893 #5774 #5682 #5675 #5777

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
<br/>
33

44
<picture>
5-
<source
6-
srcset="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png"
7-
width=710px
8-
media="(prefers-color-scheme: light)"
9-
/>
10-
<source
11-
srcset="https://raw.githubusercontent.com/Unitech/pm2/development/pres/pm2-v4-dark-mode.png"
12-
width=710px
13-
media="(prefers-color-scheme: dark), (prefers-color-scheme: no-preference)"
14-
/>
15-
<img src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png" />
5+
<img src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-logo.png" />
166
</picture>
177

188
<br/>

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

pres/pm2-logo.png

15.4 KB
Loading

0 commit comments

Comments
 (0)