You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,60 @@
1
+
## 0.85.0 (2025-11-07)
2
+
3
+
### 🚀 Features
4
+
5
+
-**utils:** print custom cwd in logger command spinner ([52dc118c](https://github.com/code-pushup/cli/commit/52dc118c))
6
+
-**utils:** integrate logger with executeProcess ([eb04da8f](https://github.com/code-pushup/cli/commit/eb04da8f))
7
+
8
+
### 🩹 Fixes
9
+
10
+
-**ci:** remove redundant silent and debug options, use CP_VERBOSE env ([62a48b01](https://github.com/code-pushup/cli/commit/62a48b01))
11
+
-**ci,core,nx-plugin,create-cli:** prevent duplicate process logs ([edfd95d5](https://github.com/code-pushup/cli/commit/edfd95d5))
12
+
-**plugin-js-packages:** avoid parallel process execution (concurrent spinners not supported) ([455043e3](https://github.com/code-pushup/cli/commit/455043e3))
13
+
-**utils:** hide verbose stdout/stderr attributes in ProcessError object ([7b9b6a94](https://github.com/code-pushup/cli/commit/7b9b6a94))
14
+
15
+
### ❤️ Thank You
16
+
17
+
- Matěj Chalk
18
+
19
+
## 0.84.0 (2025-10-30)
20
+
21
+
### 🚀 Features
22
+
23
+
-**ci:** use new shared logger, remove option ([6f134e62](https://github.com/code-pushup/cli/commit/6f134e62))
24
+
25
+
### ❤️ Thank You
26
+
27
+
- Matěj Chalk
28
+
29
+
## 0.83.0 (2025-10-29)
30
+
31
+
### 🚀 Features
32
+
33
+
- use formatted zod schema validation errors ([68fe123d](https://github.com/code-pushup/cli/commit/68fe123d))
0 commit comments