From d29c5c327554ab48e274b9668ff8b4e87a6b2508 Mon Sep 17 00:00:00 2001 From: agoose77 Date: Wed, 6 Sep 2023 09:31:23 +0000 Subject: [PATCH] Publish 0.3.2 SHA256 hashes: hatch_nodejs_version-0.3.2-py3-none-any.whl: d73e728f1a262d214afe9c0a40e161013ef0b7a6c78ff843293880f6a46ede79 hatch_nodejs_version-0.3.2.tar.gz: 8a7828d817b71e50bbbbb01c9bfc0b329657b7900c56846489b9c958de15b54c --- CHANGELOG.md | 19 +++++++++++++++++++ hatch_nodejs_version/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd31e6..f6a8562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ # Changelog + +## 0.3.2 + +([Full Changelog](https://github.com/agoose77/hatch-nodejs-version/compare/v0.3.0...4d3c73d2f4e5ac927274dc810351bc0be95ef224)) + +### Bugs fixed + +- Add a trailing newline to package.json when appropriate [#17](https://github.com/agoose77/hatch-nodejs-version/pull/17) ([@blink1073](https://github.com/blink1073)) + +### Other merged PRs + +- Assume NPM person can be string [#20](https://github.com/agoose77/hatch-nodejs-version/pull/20) ([@vikramaditya91](https://github.com/vikramaditya91)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/agoose77/hatch-nodejs-version/graphs/contributors?from=2022-09-21&to=2023-09-06&type=c)) + +[@agoose77](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Aagoose77+updated%3A2022-09-21..2023-09-06&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Ablink1073+updated%3A2022-09-21..2023-09-06&type=Issues) | [@vikramaditya91](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Avikramaditya91+updated%3A2022-09-21..2023-09-06&type=Issues) + diff --git a/hatch_nodejs_version/_version.py b/hatch_nodejs_version/_version.py index 69e22f8..637f91e 100644 --- a/hatch_nodejs_version/_version.py +++ b/hatch_nodejs_version/_version.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Angus Hollands # # SPDX-License-Identifier: MIT -__version__ = "0.3.1" +__version__ = "0.3.2"