Skip to content

Commit

Permalink
chore: release 4.0.0 (#90)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
1 parent cf43a5d commit 4594c68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.1"
".": "4.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.0](https://github.com/npm/npm-normalize-package-bin/compare/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`](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)
### Chores
* [`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)
* [`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])
* [`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)
* [`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)
* [`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])

## [3.0.1](https://github.com/npm/npm-normalize-package-bin/compare/v3.0.0...v3.0.1) (2023-05-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-normalize-package-bin",
"version": "3.0.1",
"version": "4.0.0",
"description": "Turn any flavor of allowable package.json bin into a normalized object",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 4594c68

Please sign in to comment.