From aab86dae39dcb4c7cbfa072647ade631e5f13ade Mon Sep 17 00:00:00 2001 From: blink1073 Date: Fri, 25 Nov 2022 11:57:02 +0000 Subject: [PATCH] Publish 0.19.2 SHA256 hashes: foobar-0.19.2-py2.py3-none-any.whl: 4474dc6bd67b026c0fec5979dbc6d37d4c8e5a91496aac8e854e3ab1e8f3cfca foobar-0.19.2.tar.gz: 6711cb95bf28b67fc19ed4ac76796bfbadaa0a66c1683ef76ea5f22f768fdd98 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc820e..4a73385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.19.2 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...e1ee2f7ef2eed31ae47496b97be7183339c0b5d5)) + +### Bugs fixed + +- Log link exceptions [#156](https://github.com/jupyterlab/maintainer-tools/pull/156) ([@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-22&to=2022-11-25&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-22..2022-11-25&type=Issues) + + + ## 0.19.1 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...f737832fcbc079ede30703bfdf161794a5a0abc0)) @@ -16,8 +32,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-22..2022-11-22&type=Issues) - - ## 0.19.0 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...f9140915d6b1d6d1a52191fe6c556ae7d1ab1299)) diff --git a/package.json b/package.json index 997174b..19ea076 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.19.1", + "version": "0.19.2", "private": true }