diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b985b1..8cc00f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 0.19.4 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...3fb4e48adfbf795e2d25730346cfb5a292a005aa)) + +### Bugs fixed + +- Clean up create constraints [#159](https://github.com/jupyterlab/maintainer-tools/pull/159) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues) + + + ## 0.19.3 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...6353c4434f3720da3fe8d348fb43a43520129e1b)) @@ -16,8 +34,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-25..2022-11-28&type=Issues) - - ## 0.19.2 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...e1ee2f7ef2eed31ae47496b97be7183339c0b5d5)) diff --git a/package.json b/package.json index 9308274..4fcc352 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.19.3", + "version": "0.19.4", "private": true }