From 7887a8cc64dc1d2bd5f3995dd2b8daf9122a3070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:31:26 +0000 Subject: [PATCH] chore: release 8.2.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b1d424..1309f5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.4" + ".": "8.2.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f952373..aa3e013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.2.5](https://github.com/npm/init-package-json/compare/v8.2.4...v8.2.5) (2026-02-19) +### Bug Fixes +* [`94effe9`](https://github.com/npm/init-package-json/commit/94effe91d2f0dbc8c8b970025f303e3440a7b016) update license validation code (#345) (@wraithgar) +### Chores +* [`803e95d`](https://github.com/npm/init-package-json/commit/803e95d9d2ef16d389ac0562856a554b68448010) [#346](https://github.com/npm/init-package-json/pull/346) trigger release process (#346) (@wraithgar) +* [`81d2b3c`](https://github.com/npm/init-package-json/commit/81d2b3c6495cb6b58d27a5db6e9e6e75a823fe29) [#343](https://github.com/npm/init-package-json/pull/343) bump @npmcli/template-oss from 4.23.4 to 4.29.0 (#343) (@dependabot[bot], @npm-cli-bot, @owlstronaut) + ## [8.2.4](https://github.com/npm/init-package-json/compare/v8.2.3...v8.2.4) (2025-11-21) ### Dependencies * [`f2df0e2`](https://github.com/npm/init-package-json/commit/f2df0e264dcbb959cc94bc01a790ee57aab8ed0a) [#338](https://github.com/npm/init-package-json/pull/338) bump promzard from 2.0.0 to 3.0.1 (#338) (@dependabot[bot]) diff --git a/package.json b/package.json index a6a678f..a6c8213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "init-package-json", - "version": "8.2.4", + "version": "8.2.5", "main": "lib/init-package-json.js", "scripts": { "test": "tap",