From eec43b7a4699daf13d9d54ddb2a1d4f3dee44643 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 18:08:14 -0700 Subject: [PATCH] chore: release 7.0.1 (#224) :robot: I have created a release *beep* *boop* --- ## [7.0.1](https://github.com/npm/read-package-json/compare/v7.0.0...v7.0.1) (2024-05-04) ### Bug Fixes * [`bfaffbf`](https://github.com/npm/read-package-json/commit/bfaffbf63f10bd8b68dcafaa2254566f52e14fb3) [#223](https://github.com/npm/read-package-json/pull/223) linting: no-unused-vars (@lukekarrys) ### Chores * [`fae3210`](https://github.com/npm/read-package-json/commit/fae32106c8323b3e29bb5a0d32b34d71c8404b6c) [#223](https://github.com/npm/read-package-json/pull/223) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`c73cf0d`](https://github.com/npm/read-package-json/commit/c73cf0dcbc5cb4debe94bd328b1206b0f56a867d) [#190](https://github.com/npm/read-package-json/pull/190) use npm 9 for CI (#190) (@wraithgar) * [`1f477a8`](https://github.com/npm/read-package-json/commit/1f477a848cdbe0627958cf06d36f54b137b466c1) [#189](https://github.com/npm/read-package-json/pull/189) Fix out-of-order ChangeLog entry (#189) (@daniel-santos) * [`153cfda`](https://github.com/npm/read-package-json/commit/153cfda5bd8726fdc4b815fcc226d437fee10941) [#223](https://github.com/npm/read-package-json/pull/223) postinstall for dependabot template-oss PR (@lukekarrys) * [`cd2962f`](https://github.com/npm/read-package-json/commit/cd2962f5ba0008ab9b9617ce44ddc6ca25d1204b) [#221](https://github.com/npm/read-package-json/pull/221) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d..9995fe5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 849f7ad..57e0a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.0.1](https://github.com/npm/read-package-json/compare/v7.0.0...v7.0.1) (2024-05-04) + +### Bug Fixes + +* [`bfaffbf`](https://github.com/npm/read-package-json/commit/bfaffbf63f10bd8b68dcafaa2254566f52e14fb3) [#223](https://github.com/npm/read-package-json/pull/223) linting: no-unused-vars (@lukekarrys) + +### Chores + +* [`fae3210`](https://github.com/npm/read-package-json/commit/fae32106c8323b3e29bb5a0d32b34d71c8404b6c) [#223](https://github.com/npm/read-package-json/pull/223) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`c73cf0d`](https://github.com/npm/read-package-json/commit/c73cf0dcbc5cb4debe94bd328b1206b0f56a867d) [#190](https://github.com/npm/read-package-json/pull/190) use npm 9 for CI (#190) (@wraithgar) +* [`1f477a8`](https://github.com/npm/read-package-json/commit/1f477a848cdbe0627958cf06d36f54b137b466c1) [#189](https://github.com/npm/read-package-json/pull/189) Fix out-of-order ChangeLog entry (#189) (@daniel-santos) +* [`153cfda`](https://github.com/npm/read-package-json/commit/153cfda5bd8726fdc4b815fcc226d437fee10941) [#223](https://github.com/npm/read-package-json/pull/223) postinstall for dependabot template-oss PR (@lukekarrys) +* [`cd2962f`](https://github.com/npm/read-package-json/commit/cd2962f5ba0008ab9b9617ce44ddc6ca25d1204b) [#221](https://github.com/npm/read-package-json/pull/221) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) + ## [7.0.0](https://github.com/npm/read-package-json/compare/v6.0.4...v7.0.0) (2023-08-15) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index f0846c0..9bdf11f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-package-json", - "version": "7.0.0", + "version": "7.0.1", "author": "GitHub Inc.", "description": "The thing npm uses to read package.json files with semantics and defaults and validation", "repository": {