diff --git a/CHANGELOG.md b/CHANGELOG.md index cd23b1c..4ff7143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.25.5 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...1b81acbb9ee60e99df37262f6f893ae3a81e21fe)) + +### Bugs fixed + +- Fix preinstall check [#234](https://github.com/jupyterlab/maintainer-tools/pull/234) ([@blink1073](https://github.com/blink1073)) +- Do not use constraints file for downstream test [#233](https://github.com/jupyterlab/maintainer-tools/pull/233) ([@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-04-04&to=2024-04-04&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-04-04..2024-04-04&type=Issues) + + + ## 0.25.4 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...1da9e608cc0895c22d36dbc059f8936d5aad9c03)) @@ -20,8 +37,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-04-03..2024-04-04&type=Issues) - - ## 0.25.3 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...1a96514539154d427119253baa7d544ab8ca159b)) diff --git a/package.json b/package.json index e75cffd..a509dc4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.25.4", + "version": "0.25.5", "private": true }