diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 601e9be..3b5a16e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.1" + ".": "6.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 047bfc3..d314f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ Also other errors i.e. ENOENT attach a path attribute. +## [6.0.2](https://github.com/npm/read-package-json/compare/v6.0.1...v6.0.2) (2023-04-27) + +### Dependencies + +* [`30cea18`](https://github.com/npm/read-package-json/commit/30cea18041ae857d27e720fda576c2d43a535fe3) [#170](https://github.com/npm/read-package-json/pull/170) bump glob from 9.3.5 to 10.2.2 (#170) + ## [6.0.1](https://github.com/npm/read-package-json/compare/v6.0.0...v6.0.1) (2023-03-21) ### Dependencies diff --git a/package.json b/package.json index e467182..501e9ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-package-json", - "version": "6.0.1", + "version": "6.0.2", "author": "GitHub Inc.", "description": "The thing npm uses to read package.json files with semantics and defaults and validation", "repository": {