From b4f53c7ab10aaca98cc07a0ca8cb13cce86a643c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:21:58 +0000 Subject: [PATCH] chore: release 7.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e72ae64..b3ef10b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.4" + ".": "7.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea7c9e..6fb9c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.5](https://github.com/npm/package-json/compare/v7.0.4...v7.0.5) (2026-02-18) +### Bug Fixes +* [`09b981d`](https://github.com/npm/package-json/commit/09b981db4a566dd743864bbef17ec7c7a65fcf03) [#172](https://github.com/npm/package-json/pull/172) inline license validation code (@wraithgar) +### Dependencies +* [`cb3e677`](https://github.com/npm/package-json/commit/cb3e6770c1412629e03997775a63d7b49defb69d) [#172](https://github.com/npm/package-json/pull/172) `spdx-expression-parse@4.0.0` +* [`61738b2`](https://github.com/npm/package-json/commit/61738b2345624e25fab0df6a7f5a1d116ee9babd) [#172](https://github.com/npm/package-json/pull/172) remove validate-npm-package-license +### Chores +* [`bd3b7ea`](https://github.com/npm/package-json/commit/bd3b7eafa70c17ae96778386572ff98a5c01baff) [#169](https://github.com/npm/package-json/pull/169) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#169) (@dependabot[bot], @npm-cli-bot) + ## [7.0.4](https://github.com/npm/package-json/compare/v7.0.3...v7.0.4) (2025-11-20) ### Dependencies * [`e33b13e`](https://github.com/npm/package-json/commit/e33b13e392e1e72460e488cad727199e621d7fb3) [#167](https://github.com/npm/package-json/pull/167) bump glob from 12.0.0 to 13.0.0 (#167) (@dependabot[bot]) diff --git a/package.json b/package.json index ed3d383..fe46d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/package-json", - "version": "7.0.4", + "version": "7.0.5", "description": "Programmatic API to update package.json", "keywords": [ "npm",