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

Commit

Permalink
chore: release 7.0.1 (#224)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed May 4, 2024
1 parent bfaffbf commit eec43b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "7.0.0"
".": "7.0.1"
}
14 changes: 14 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit eec43b7

Please sign in to comment.