Skip to content

Commit 2236dc8

Browse files
chore: release 7.0.2
1 parent 4a80b15 commit 2236dc8

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.1"
2+
".": "7.0.2"
33
}

CHANGELOG.md

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

3+
## [7.0.2](https://github.com/npm/package-json/compare/v7.0.1...v7.0.2) (2025-10-24)
4+
### Bug Fixes
5+
* [`7f3afb6`](https://github.com/npm/package-json/commit/7f3afb66e20be1d6acca710aa2f76126bf5a1854) [#156](https://github.com/npm/package-json/pull/156) comment typo (#156) (@Clozent)
6+
### Dependencies
7+
* [`0393243`](https://github.com/npm/package-json/commit/0393243ef4c4112bebef905eb981ea0f4ea88cc4) [#160](https://github.com/npm/package-json/pull/160) bump proc-log from 5.0.0 to 6.0.0 (#160) (@dependabot[bot])
8+
* [`f3c7926`](https://github.com/npm/package-json/commit/f3c7926041c78265c1e4a818fa9a2bcefbd4d0f3) [#161](https://github.com/npm/package-json/pull/161) bump json-parse-even-better-errors from 4.0.0 to 5.0.0 (#161) (@dependabot[bot])
9+
### Chores
10+
* [`4a80b15`](https://github.com/npm/package-json/commit/4a80b158f8846d2f22093d7a95f733840c349832) [#162](https://github.com/npm/package-json/pull/162) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#162) (@dependabot[bot])
11+
* [`d74491c`](https://github.com/npm/package-json/commit/d74491c7b3ec5040949d71a21772046842dbbffe) [#159](https://github.com/npm/package-json/pull/159) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#159) (@dependabot[bot], @npm-cli-bot)
12+
313
## [7.0.1](https://github.com/npm/package-json/compare/v7.0.0...v7.0.1) (2025-09-17)
414
### Dependencies
515
* [`1364087`](https://github.com/npm/package-json/commit/13640879793db90d4e330fb03146c2d4061688a1) [#153](https://github.com/npm/package-json/pull/153) `@npmcli/git@7.0.0` (#153)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/package-json",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Programmatic API to update package.json",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)