Skip to content
Closed

wip #970

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.65.0 (2025-03-05)

### 🚀 Features

- **utils:** add score filter to md report generation ([#956](https://github.com/code-pushup/cli/pull/956))

### ❤️ Thank You

- Michael Hladky @BioPhoton

## 0.64.2 (2025-03-05)

### 🩹 Fixes

- update nx-verdaccio pkg ([#954](https://github.com/code-pushup/cli/pull/954))
- **plugin-js-packages:** ignore non-empty stderr ([7936a00c](https://github.com/code-pushup/cli/commit/7936a00c))
- **utils:** ignore non-json lines in fromJsonLines utility ([7886c572](https://github.com/code-pushup/cli/commit/7886c572))

### ❤️ Thank You

- Matěj Chalk
- Michael Hladky @BioPhoton

## 0.64.1 (2025-03-04)

### 🩹 Fixes
Expand Down
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
"filterByTags": ["publishable"]
}
}
},
{
"plugin": "./packages/nx-plugin/src/plugin/plugin.ts"
}
]
}
Loading
Loading