Skip to content

Commit 4594c68

Browse files
chore: release 4.0.0 (#90)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.0.1...v4.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `npm-normalize-package-bin` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`a1c7cb8`](a1c7cb8) [#89](#89) align to npm 10 node engine range (@hashtagchris) ### Chores * [`cf43a5d`](cf43a5d) [#89](#89) run template-oss-apply (@hashtagchris) * [`a2e246b`](a2e246b) [#87](#87) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`1799d4b`](1799d4b) [#77](#77) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`65d9e5f`](65d9e5f) [#88](#88) postinstall for dependabot template-oss PR (@hashtagchris) * [`34b5912`](34b5912) [#88](#88) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[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 cf43a5d commit 4594c68

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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-
".": "3.0.1"
2+
".": "4.0.0"
33
}

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/npm/npm-normalize-package-bin/compare/v3.0.1...v4.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-normalize-package-bin` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`a1c7cb8`](https://github.com/npm/npm-normalize-package-bin/commit/a1c7cb8015043ab527f1557197d017251141d63d) [#89](https://github.com/npm/npm-normalize-package-bin/pull/89) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`cf43a5d`](https://github.com/npm/npm-normalize-package-bin/commit/cf43a5d29f2f10f1a8f19b1e08c8dd3e0dfb23a6) [#89](https://github.com/npm/npm-normalize-package-bin/pull/89) run template-oss-apply (@hashtagchris)
10+
* [`a2e246b`](https://github.com/npm/npm-normalize-package-bin/commit/a2e246b5a62c8ad99d88997b30678062b7c20bd2) [#87](https://github.com/npm/npm-normalize-package-bin/pull/87) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`1799d4b`](https://github.com/npm/npm-normalize-package-bin/commit/1799d4b2acdc59df8c26ce5faee339694dcc59df) [#77](https://github.com/npm/npm-normalize-package-bin/pull/77) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
12+
* [`65d9e5f`](https://github.com/npm/npm-normalize-package-bin/commit/65d9e5f27483bb15c2932dd5dbcc2345db257cf5) [#88](https://github.com/npm/npm-normalize-package-bin/pull/88) postinstall for dependabot template-oss PR (@hashtagchris)
13+
* [`34b5912`](https://github.com/npm/npm-normalize-package-bin/commit/34b5912d7ffc40bd2d35bce3f529b272a65af820) [#88](https://github.com/npm/npm-normalize-package-bin/pull/88) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
14+
315
## [3.0.1](https://github.com/npm/npm-normalize-package-bin/compare/v3.0.0...v3.0.1) (2023-05-02)
416

517
### Bug Fixes

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": "3.0.1",
3+
"version": "4.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)