File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## 6.0.6
3
+
4
+ - refactor: replace chalk with smaller alternative by @webdiscus
5
+
2
6
## 6.0.5
3
7
4
8
- Bun support - Fixes #5893 #5774 #5682 #5675 #5777
Original file line number Diff line number Diff line change 2
2
<br/>
3
3
4
4
<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" />
16
6
</picture>
17
7
18
8
<br/>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "pm2",
3
3
"preferGlobal": true,
4
- "version": "6.0.5 ",
4
+ "version": "6.0.6 ",
5
5
"engines": {
6
6
"node": ">=16.0.0"
7
7
},
You can’t perform that action at this time.
0 commit comments