|
| 1 | +## 0.65.0 (2025-03-05) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- **utils:** add score filter to md report generation ([#956](https://github.com/code-pushup/cli/pull/956)) |
| 6 | + |
| 7 | +### ❤️ Thank You |
| 8 | + |
| 9 | +- Michael Hladky @BioPhoton |
| 10 | + |
| 11 | +## 0.64.2 (2025-03-05) |
| 12 | + |
| 13 | +### 🩹 Fixes |
| 14 | + |
| 15 | +- update nx-verdaccio pkg ([#954](https://github.com/code-pushup/cli/pull/954)) |
| 16 | +- **plugin-js-packages:** ignore non-empty stderr ([7936a00c](https://github.com/code-pushup/cli/commit/7936a00c)) |
| 17 | +- **utils:** ignore non-json lines in fromJsonLines utility ([7886c572](https://github.com/code-pushup/cli/commit/7886c572)) |
| 18 | + |
| 19 | +### ❤️ Thank You |
| 20 | + |
| 21 | +- Matěj Chalk |
| 22 | +- Michael Hladky @BioPhoton |
| 23 | + |
| 24 | +## 0.64.1 (2025-03-04) |
| 25 | + |
| 26 | +### 🩹 Fixes |
| 27 | + |
| 28 | +- **ci:** always show execute process errors and log stdout if verbose ([b41de478](https://github.com/code-pushup/cli/commit/b41de478)) |
| 29 | +- **utils:** remove partial from mergeConfigs return type ([69c2ef4c](https://github.com/code-pushup/cli/commit/69c2ef4c)) |
| 30 | + |
| 31 | +### ❤️ Thank You |
| 32 | + |
| 33 | +- Matěj Chalk |
| 34 | +- Vojtech Masek @vmasek |
| 35 | + |
| 36 | +## 0.64.0 (2025-02-27) |
| 37 | + |
| 38 | +### 🚀 Features |
| 39 | + |
| 40 | +- **ci:** allow refs without shas, fetch if needed ([2ee0a8d1](https://github.com/code-pushup/cli/commit/2ee0a8d1)) |
| 41 | + |
| 42 | +### ❤️ Thank You |
| 43 | + |
| 44 | +- Matěj Chalk |
| 45 | + |
| 46 | +## 0.63.0 (2025-02-26) |
| 47 | + |
| 48 | +### 🚀 Features |
| 49 | + |
| 50 | +- **ci:** use temporary file for print-config instead of stdout ([aa4d0b38](https://github.com/code-pushup/cli/commit/aa4d0b38)) |
| 51 | +- **cli:** add --output=<file> option to print-config command ([a1fde20c](https://github.com/code-pushup/cli/commit/a1fde20c)) |
| 52 | + |
| 53 | +### ❤️ Thank You |
| 54 | + |
| 55 | +- Matěj Chalk |
| 56 | + |
| 57 | +## 0.62.0 (2025-02-25) |
| 58 | + |
| 59 | +### 🚀 Features |
| 60 | + |
| 61 | +- log process working directory as cwd if undefined ([a0638f8c](https://github.com/code-pushup/cli/commit/a0638f8c)) |
| 62 | + |
| 63 | +### 🩹 Fixes |
| 64 | + |
| 65 | +- **utils:** replace misleading commit labels in markdown diff ([21a1f25d](https://github.com/code-pushup/cli/commit/21a1f25d)) |
| 66 | + |
| 67 | +### ❤️ Thank You |
| 68 | + |
| 69 | +- Matěj Chalk |
| 70 | +- Vojtech Masek @vmasek |
| 71 | + |
| 72 | +## 0.61.0 (2025-02-19) |
| 73 | + |
| 74 | +### 🚀 Features |
| 75 | + |
| 76 | +- **ci:** disable nx/turbo cache for non-autorun code-pushup commands ([29a1bc63](https://github.com/code-pushup/cli/commit/29a1bc63)) |
| 77 | +- **models:** do not throw if docs url invalid, treat as missing and log warning ([a54295c6](https://github.com/code-pushup/cli/commit/a54295c6)) |
| 78 | + |
| 79 | +### ❤️ Thank You |
| 80 | + |
| 81 | +- Matěj Chalk |
| 82 | + |
| 83 | +## 0.60.2 (2025-02-18) |
| 84 | + |
| 85 | +### 🩹 Fixes |
| 86 | + |
| 87 | +- **ci:** prevent unknown pathspec error for custom base ref ([60dfb5b2](https://github.com/code-pushup/cli/commit/60dfb5b2)) |
| 88 | + |
| 89 | +### ❤️ Thank You |
| 90 | + |
| 91 | +- Matěj Chalk |
| 92 | + |
| 93 | +## 0.60.1 (2025-02-18) |
| 94 | + |
| 95 | +### 🩹 Fixes |
| 96 | + |
| 97 | +- add toSorted polyfill as hotfix for bug in github actions runner ([55704d18](https://github.com/code-pushup/cli/commit/55704d18)) |
| 98 | +- **ci:** prevent ambigious ref when checking head ([f5f226e1](https://github.com/code-pushup/cli/commit/f5f226e1)) |
| 99 | + |
| 100 | +### ❤️ Thank You |
| 101 | + |
| 102 | +- Matěj Chalk |
| 103 | +- Vojtech Masek @vmasek |
| 104 | + |
| 105 | +## 0.60.0 (2025-02-18) |
| 106 | + |
| 107 | +### 🚀 Features |
| 108 | + |
| 109 | +- **ci:** add skipComment option ([9ac2a6ba](https://github.com/code-pushup/cli/commit/9ac2a6ba)) |
| 110 | +- **plugin-typescript:** add TS core logic ([#932](https://github.com/code-pushup/cli/pull/932)) |
| 111 | +- **plugin-typescript:** add plugin logic ([#936](https://github.com/code-pushup/cli/pull/936)) |
| 112 | + |
| 113 | +### 🩹 Fixes |
| 114 | + |
| 115 | +- **ci:** ensure head ref is checked out ([74db9023](https://github.com/code-pushup/cli/commit/74db9023)) |
| 116 | + |
| 117 | +### ❤️ Thank You |
| 118 | + |
| 119 | +- Matěj Chalk |
| 120 | +- Michael Hladky @BioPhoton |
| 121 | + |
1 | 122 | ## 0.59.0 (2025-02-14) |
2 | 123 |
|
3 | 124 | ### 🚀 Features |
|
0 commit comments