Skip to content

Commit c766b99

Browse files
chore: release 5.0.0 (#100)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.0.0...v5.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * align to npm 11 node engine range (#99) ### Bug Fixes * [`d0ab675`](d0ab675) [#99](#99) align to npm 11 node engine range (#99) (@owlstronaut) ### Chores * [`9b7b39a`](9b7b39a) [#93](#93) postinstall workflow updates (#93) (@owlstronaut) * [`19a6ff9`](19a6ff9) [#98](#98) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#98) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0ab675 commit c766b99

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/npm/npm-normalize-package-bin/compare/v4.0.0...v5.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* align to npm 11 node engine range (#99)
6+
### Bug Fixes
7+
* [`d0ab675`](https://github.com/npm/npm-normalize-package-bin/commit/d0ab675dc89b39d7e132d1c6c4e9d08bd1ea2182) [#99](https://github.com/npm/npm-normalize-package-bin/pull/99) align to npm 11 node engine range (#99) (@owlstronaut)
8+
### Chores
9+
* [`9b7b39a`](https://github.com/npm/npm-normalize-package-bin/commit/9b7b39a244949e8d835abb6461a4578cd1422a07) [#93](https://github.com/npm/npm-normalize-package-bin/pull/93) postinstall workflow updates (#93) (@owlstronaut)
10+
* [`19a6ff9`](https://github.com/npm/npm-normalize-package-bin/commit/19a6ff9761108d8d2a2decd1fd2546adc9290e44) [#98](https://github.com/npm/npm-normalize-package-bin/pull/98) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#98) (@dependabot[bot], @npm-cli-bot)
11+
312
## [4.0.0](https://github.com/npm/npm-normalize-package-bin/compare/v3.0.1...v4.0.0) (2024-09-03)
413
### ⚠️ BREAKING CHANGES
514
* `npm-normalize-package-bin` now supports node `^18.17.0 || >=20.5.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-normalize-package-bin",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Turn any flavor of allowable package.json bin into a normalized object",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)