Skip to content

Commit

Permalink
chore: release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 26, 2024
1 parent c421ce9 commit 28494b2
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
".": "5.2.1"
".": "6.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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
* [`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)
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": "@npmcli/package-json",
"version": "5.2.1",
"version": "6.0.0",
"description": "Programmatic API to update package.json",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 28494b2

Please sign in to comment.