From d64c1205b2f248e26cfb7c1d04a5ec59e41a9cdd Mon Sep 17 00:00:00 2001 From: jtpio Date: Thu, 25 May 2023 09:57:41 +0000 Subject: [PATCH] Publish 0.23.1 SHA256 hashes: foobar-0.23.1-py2.py3-none-any.whl: e1b708bc9a95e6e3e78ec6f740e89271afd1cba8588ced879dfcae6dda337872 foobar-0.23.1.tar.gz: 0d942509a41162a20f6b1027c025d2232e38cc9d46b80efc9f9d03927a5a47dc --- CHANGELOG.md | 20 ++++++++++++++++++-- package.json | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741cbcb..4c58473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 0.23.1 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...043b8763749e2b8111598361771a9223a9ae5724)) + +### Enhancements made + +- Add input to configure the yarn command via `npm_client` [#196](https://github.com/jupyterlab/maintainer-tools/pull/196) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2023-04-17&to=2023-05-25&type=c)) + +[@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ajtpio+updated%3A2023-04-17..2023-05-25&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Apre-commit-ci+updated%3A2023-04-17..2023-05-25&type=Issues) + + + ## 0.23.0 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...91d1deb06f85c09906f44ddcfa60ce660a929569)) @@ -16,8 +34,6 @@ [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Akrassowski+updated%3A2023-04-13..2023-04-17&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Awelcome+updated%3A2023-04-13..2023-04-17&type=Issues) - - ## 0.22.1 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...88d35b89a69f72832e3e1748bc926419b30bd86c)) diff --git a/package.json b/package.json index cc7ee64..6163ba3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.23.0", + "version": "0.23.1", "private": true }