Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit eec43b7

Browse files
chore: release 7.0.1 (#224)
🤖 I have created a release *beep* *boop* --- ## [7.0.1](v7.0.0...v7.0.1) (2024-05-04) ### Bug Fixes * [`bfaffbf`](bfaffbf) [#223](#223) linting: no-unused-vars (@lukekarrys) ### Chores * [`fae3210`](fae3210) [#223](#223) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`c73cf0d`](c73cf0d) [#190](#190) use npm 9 for CI (#190) (@wraithgar) * [`1f477a8`](1f477a8) [#189](#189) Fix out-of-order ChangeLog entry (#189) (@daniel-santos) * [`153cfda`](153cfda) [#223](#223) postinstall for dependabot template-oss PR (@lukekarrys) * [`cd2962f`](cd2962f) [#221](#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>
1 parent bfaffbf commit eec43b7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.0.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [7.0.1](https://github.com/npm/read-package-json/compare/v7.0.0...v7.0.1) (2024-05-04)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
9+
### Chores
10+
11+
* [`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)
12+
* [`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)
13+
* [`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)
14+
* [`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)
15+
* [`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])
16+
317
## [7.0.0](https://github.com/npm/read-package-json/compare/v6.0.4...v7.0.0) (2023-08-15)
418

519
### ⚠️ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-package-json",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"author": "GitHub Inc.",
55
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
66
"repository": {

0 commit comments

Comments
 (0)