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": {