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

Commit

Permalink
chore: release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Mar 21, 2023
1 parent bd925f0 commit 9a82ec8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "6.0.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -20,6 +20,12 @@ Also other errors i.e. ENOENT attach a path attribute.


<a name="3.0.1"></a>
## [6.0.1](https://github.com/npm/read-package-json/compare/v6.0.0...v6.0.1) (2023-03-21)

### Dependencies

* [`bd925f0`](https://github.com/npm/read-package-json/commit/bd925f0abd1a30688de37f45d1612c5e8053b88f) [#162](https://github.com/npm/read-package-json/pull/162) bump glob from 8.1.0 to 9.3.0 (#162)

## [6.0.0](https://github.com/npm/read-package-json/compare/v5.0.2...v6.0.0) (2022-10-14)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "read-package-json",
"version": "6.0.0",
"version": "6.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 9a82ec8

Please sign in to comment.