diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a559a..8543a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 0.19.0 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...f9140915d6b1d6d1a52191fe6c556ae7d1ab1299)) + +### Enhancements made + +- Clean up handling of minimum and prerelease versions [#153](https://github.com/jupyterlab/maintainer-tools/pull/153) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +- Add more dependency verification [#154](https://github.com/jupyterlab/maintainer-tools/pull/154) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2022-11-20&to=2022-11-22&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-20..2022-11-22&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Apre-commit-ci+updated%3A2022-11-20..2022-11-22&type=Issues) + + + ## 0.18.1 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...0875056b07b486f596063ef5f2753569c9626982)) @@ -16,8 +36,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-16..2022-11-20&type=Issues) - - ## 0.18.0 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...75e5e571c10155efc824beb4f21e5c467e7b42b7)) diff --git a/package.json b/package.json index a1336e1..1b1b0ae 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.18.1", + "version": "0.19.0", "private": true }