From a12856fc95142bf2dbccc7ccc229ba3e47f9c8ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:36:01 +0000 Subject: [PATCH] chore: release 7.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5315ef9..e6ed3eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.2" + ".": "7.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fcde35..eb80e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.0.3](https://github.com/npm/package-json/compare/v7.0.2...v7.0.3) (2025-11-18) +### Bug Fixes +* [`57952b8`](https://github.com/npm/package-json/commit/57952b808317d8495750f195158c6bb7f4704a63) [#164](https://github.com/npm/package-json/pull/164) prevent crash when expanding directories.bin without filesystem path (#164) (@MaxBlack-dev, Max Black) +### Dependencies +* [`ba5c736`](https://github.com/npm/package-json/commit/ba5c736cf42683cff25adf40e2cf0a1612b97997) [#165](https://github.com/npm/package-json/pull/165) bump glob from 11.1.0 to 12.0.0 (#165) (@dependabot[bot]) + ## [7.0.2](https://github.com/npm/package-json/compare/v7.0.1...v7.0.2) (2025-10-30) ### Bug Fixes * [`7f3afb6`](https://github.com/npm/package-json/commit/7f3afb66e20be1d6acca710aa2f76126bf5a1854) [#156](https://github.com/npm/package-json/pull/156) comment typo (#156) (@Clozent) diff --git a/package.json b/package.json index c63afdf..a441663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/package-json", - "version": "7.0.2", + "version": "7.0.3", "description": "Programmatic API to update package.json", "keywords": [ "npm",