Skip to content

Commit 4b59157

Browse files
chore: release 7.0.0 (#306)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.3...v7.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `init-package-json` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`2c78533`](2c78533) [#305](#305) align to npm 10 node engine range (@reggi) ### Dependencies * [`732dc0d`](732dc0d) [#305](#305) `[email protected]` * [`bdb71d9`](bdb71d9) [#305](#305) `[email protected]` * [`2a6ebd2`](2a6ebd2) [#305](#305) `[email protected]` * [`45bb12a`](45bb12a) [#305](#305) `[email protected]` ### Chores * [`c8deea5`](c8deea5) [#305](#305) run template-oss-apply (@reggi) * [`e61c6c7`](e61c6c7) [#299](#299) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`c3f2bfe`](c3f2bfe) [#300](#300) postinstall for dependabot template-oss PR (@hashtagchris) * [`9569c5d`](9569c5d) [#300](#300) 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 732dc0d commit 4b59157

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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-
".": "6.0.3"
2+
".": "7.0.0"
33
}

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/npm/init-package-json/compare/v6.0.3...v7.0.0) (2024-09-26)
4+
### ⚠️ BREAKING CHANGES
5+
* `init-package-json` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`2c78533`](https://github.com/npm/init-package-json/commit/2c785335c783231adaeb5d00f5323c7f24fdc0ba) [#305](https://github.com/npm/init-package-json/pull/305) align to npm 10 node engine range (@reggi)
8+
### Dependencies
9+
* [`732dc0d`](https://github.com/npm/init-package-json/commit/732dc0d4d73bf9278e2ffe5ee672f1853a76bfd2) [#305](https://github.com/npm/init-package-json/pull/305) `[email protected]`
10+
* [`bdb71d9`](https://github.com/npm/init-package-json/commit/bdb71d9bb45806c3550fefa6688438a38f3b7b18) [#305](https://github.com/npm/init-package-json/pull/305) `[email protected]`
11+
* [`2a6ebd2`](https://github.com/npm/init-package-json/commit/2a6ebd2ec94bb0ade18c8b22e9f4e869b0460b8b) [#305](https://github.com/npm/init-package-json/pull/305) `[email protected]`
12+
* [`45bb12a`](https://github.com/npm/init-package-json/commit/45bb12a76030e8c246e9f6d22a120c50bb52774a) [#305](https://github.com/npm/init-package-json/pull/305) `[email protected]`
13+
### Chores
14+
* [`c8deea5`](https://github.com/npm/init-package-json/commit/c8deea51d429511976cdae5e296f24559068aacd) [#305](https://github.com/npm/init-package-json/pull/305) run template-oss-apply (@reggi)
15+
* [`e61c6c7`](https://github.com/npm/init-package-json/commit/e61c6c7f998918098342eecd79c426b56fc992bf) [#299](https://github.com/npm/init-package-json/pull/299) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
16+
* [`c3f2bfe`](https://github.com/npm/init-package-json/commit/c3f2bfef507b9d4413d59d399b827c6e0aa7e44f) [#300](https://github.com/npm/init-package-json/pull/300) postinstall for dependabot template-oss PR (@hashtagchris)
17+
* [`9569c5d`](https://github.com/npm/init-package-json/commit/9569c5d9bc26a9e3f75ef47c7ef17ae638f00fc9) [#300](https://github.com/npm/init-package-json/pull/300) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
18+
319
## [6.0.3](https://github.com/npm/init-package-json/compare/v6.0.2...v6.0.3) (2024-05-04)
420

521
### 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": "init-package-json",
3-
"version": "6.0.3",
3+
"version": "7.0.0",
44
"main": "lib/init-package-json.js",
55
"scripts": {
66
"test": "tap",

0 commit comments

Comments
 (0)