Skip to content

Commit d29c5c3

Browse files
committed
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
1 parent 31a2859 commit d29c5c3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Changelog
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
4+
5+
## 0.3.2
6+
7+
([Full Changelog](https://github.com/agoose77/hatch-nodejs-version/compare/v0.3.0...4d3c73d2f4e5ac927274dc810351bc0be95ef224))
8+
9+
### Bugs fixed
10+
11+
- Add a trailing newline to package.json when appropriate [#17](https://github.com/agoose77/hatch-nodejs-version/pull/17) ([@blink1073](https://github.com/blink1073))
12+
13+
### Other merged PRs
14+
15+
- Assume NPM person can be string [#20](https://github.com/agoose77/hatch-nodejs-version/pull/20) ([@vikramaditya91](https://github.com/vikramaditya91))
16+
17+
### Contributors to this release
18+
19+
([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))
20+
21+
[@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)
22+
423
<!-- <END NEW CHANGELOG ENTRY> -->

hatch_nodejs_version/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Angus Hollands <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.3.1"
4+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)