From cbb241aed8324bc17509f6973a4eefe799d4c26d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:57:16 +0000 Subject: [PATCH] chore: release 8.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5315ef9..32ac658 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.2" + ".": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2274140..ebc6cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0](https://github.com/npm/init-package-json/compare/v7.0.2...v8.0.0) (2024-12-02) +### ⚠️ BREAKING CHANGES +* this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0 +* adds a new `type` prompt and changes the sort order of created packages +### Features +* [`5eeea50`](https://github.com/npm/init-package-json/commit/5eeea50f70412968d8e16b390da43cab5de02954) [#313](https://github.com/npm/init-package-json/pull/313) adds type, sorting (#313) (@reggi) +### Bug Fixes +* [`f4c1430`](https://github.com/npm/init-package-json/commit/f4c1430696ecc00db3bd0864b1682f94fe3ee6a0) update node engines to ^20.17.0 || >=22.9.0 (#318) (@wraithgar) +### Chores +* [`47339ef`](https://github.com/npm/init-package-json/commit/47339efdc51cdadd36d0c6abeff178f97acbfa10) [#311](https://github.com/npm/init-package-json/pull/311) bump @npmcli/config from 8.3.4 to 9.0.0 (#311) (@dependabot[bot]) +* [`2ccbf30`](https://github.com/npm/init-package-json/commit/2ccbf30b19f7ed95b161a7ff85de40cd3d5d150a) [#310](https://github.com/npm/init-package-json/pull/310) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#310) (@dependabot[bot], @npm-cli-bot) + ## [7.0.2](https://github.com/npm/init-package-json/compare/v7.0.1...v7.0.2) (2024-12-02) ### Bug Fixes * [`c96ad4a`](https://github.com/npm/init-package-json/commit/c96ad4a74a03a33875a9f3472ac320f5a1177dc3) [#315](https://github.com/npm/init-package-json/pull/315) default git repository value if exist (#315) (@milaninfy) diff --git a/package.json b/package.json index 783ae63..c264eb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "init-package-json", - "version": "7.0.2", + "version": "8.0.0", "main": "lib/init-package-json.js", "scripts": { "test": "tap",