From 25761f127c0b1ae04f5cad710b9fc7852bc999ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:48:20 -0400 Subject: [PATCH] chore: release 6.0.0 (#127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/npm/package-json/compare/v5.2.1...v6.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `@npmcli/package-json` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`8196f27`](https://github.com/npm/package-json/commit/8196f270055b8160d9372f1053f9ae108a332506) [#126](https://github.com/npm/package-json/pull/126) align to npm 10 node engine range (@reggi) ### Dependencies * [`5bdf533`](https://github.com/npm/package-json/commit/5bdf533d82015e317dc84de096088da010a59729) [#126](https://github.com/npm/package-json/pull/126) `proc-log@5.0.0` * [`136ba6e`](https://github.com/npm/package-json/commit/136ba6e0ea9107f4f7c70052f17a192a598888d4) [#126](https://github.com/npm/package-json/pull/126) `normalize-package-data@7.0.0` * [`12318c0`](https://github.com/npm/package-json/commit/12318c08424e5278c27c3257392d47c39321421d) [#126](https://github.com/npm/package-json/pull/126) `json-parse-even-better-errors@4.0.0` * [`324d7ba`](https://github.com/npm/package-json/commit/324d7bab6669a9bd247ef766be857026a33fae15) [#126](https://github.com/npm/package-json/pull/126) `hosted-git-info@8.0.0` ### Chores * [`855676d`](https://github.com/npm/package-json/commit/855676dd83b966505d7c30045d35a875ec1a0ea6) [#117](https://github.com/npm/package-json/pull/117) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#117) (@dependabot[bot]) * [`c421ce9`](https://github.com/npm/package-json/commit/c421ce9524b37eab0d56b2a7283c2dfc0be0c59d) [#125](https://github.com/npm/package-json/pull/125) bump read-package-json-fast from 3.0.2 to 4.0.0 (#125) (@dependabot[bot]) * [`1f182e6`](https://github.com/npm/package-json/commit/1f182e6d70a33a9e69acd73a042c0cb6cf04a5f2) [#126](https://github.com/npm/package-json/pull/126) run template-oss-apply (@reggi) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 684bdbe..a3a12f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.1" + ".": "6.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c04bc..63ca8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [6.0.0](https://github.com/npm/package-json/compare/v5.2.1...v6.0.0) (2024-09-26) +### ⚠️ BREAKING CHANGES +* `@npmcli/package-json` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`8196f27`](https://github.com/npm/package-json/commit/8196f270055b8160d9372f1053f9ae108a332506) [#126](https://github.com/npm/package-json/pull/126) align to npm 10 node engine range (@reggi) +### Dependencies +* [`5bdf533`](https://github.com/npm/package-json/commit/5bdf533d82015e317dc84de096088da010a59729) [#126](https://github.com/npm/package-json/pull/126) `proc-log@5.0.0` +* [`136ba6e`](https://github.com/npm/package-json/commit/136ba6e0ea9107f4f7c70052f17a192a598888d4) [#126](https://github.com/npm/package-json/pull/126) `normalize-package-data@7.0.0` +* [`12318c0`](https://github.com/npm/package-json/commit/12318c08424e5278c27c3257392d47c39321421d) [#126](https://github.com/npm/package-json/pull/126) `json-parse-even-better-errors@4.0.0` +* [`324d7ba`](https://github.com/npm/package-json/commit/324d7bab6669a9bd247ef766be857026a33fae15) [#126](https://github.com/npm/package-json/pull/126) `hosted-git-info@8.0.0` +### Chores +* [`855676d`](https://github.com/npm/package-json/commit/855676dd83b966505d7c30045d35a875ec1a0ea6) [#117](https://github.com/npm/package-json/pull/117) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#117) (@dependabot[bot]) +* [`c421ce9`](https://github.com/npm/package-json/commit/c421ce9524b37eab0d56b2a7283c2dfc0be0c59d) [#125](https://github.com/npm/package-json/pull/125) bump read-package-json-fast from 3.0.2 to 4.0.0 (#125) (@dependabot[bot]) +* [`1f182e6`](https://github.com/npm/package-json/commit/1f182e6d70a33a9e69acd73a042c0cb6cf04a5f2) [#126](https://github.com/npm/package-json/pull/126) run template-oss-apply (@reggi) + ## [5.2.1](https://github.com/npm/package-json/compare/v5.2.0...v5.2.1) (2024-09-17) ### Bug Fixes * [`962b9e1`](https://github.com/npm/package-json/commit/962b9e10f4bea86431ff051b8c05c9c22e1053d9) [#119](https://github.com/npm/package-json/pull/119) hidden dir path clean up corrected (#119) (@milaninfy) diff --git a/package.json b/package.json index 8407a7f..e90e0cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/package-json", - "version": "5.2.1", + "version": "6.0.0", "description": "Programmatic API to update package.json", "main": "lib/index.js", "files": [