From 13fcefc90cf5c1085118ecba8c1731ad66347a50 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 22 Nov 2022 17:12:26 +0000 Subject: [PATCH] Publish 0.19.1 SHA256 hashes: foobar-0.19.1-py2.py3-none-any.whl: 096f348db287cdd95b2dcb51435ec30714624a288938520815aed77238165ed9 foobar-0.19.1.tar.gz: 54fecdfc16feddfac342f95bfe0865c917defc7040c1e4f7bb6d199692453e12 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8543a39..6cc820e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.19.1 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...f737832fcbc079ede30703bfdf161794a5a0abc0)) + +### Bugs fixed + +- Add mispell guard and fix pip cache [#155](https://github.com/jupyterlab/maintainer-tools/pull/155) ([@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-22&type=c)) + +[@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)) @@ -20,8 +36,6 @@ [@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)) diff --git a/package.json b/package.json index 1b1b0ae..997174b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.19.0", + "version": "0.19.1", "private": true }