diff --git a/CHANGELOG.md b/CHANGELOG.md index cebfcdd..43e8ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.25.8 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...a5a04cdd16f19c4f3c86e299b188293e7923a2b4)) + +### Bugs fixed + +- Fix coverage report handling [#238](https://github.com/jupyterlab/maintainer-tools/pull/238) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2024-05-29&to=2024-05-30&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-05-29..2024-05-30&type=Issues) + + + ## 0.25.7 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...7c6c120d97b33da4bb29b605a37720055821244e)) @@ -16,8 +32,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-05-27..2024-05-29&type=Issues) - - ## 0.25.6 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...4c96ea39533bc6610e314fb90479dece766a9139)) diff --git a/package.json b/package.json index c1a2ecf..913f91a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.25.7", + "version": "0.25.8", "private": true }