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

Commit be327aa

Browse files
github-actions[bot]nlf
authored andcommitted
chore: release 6.0.2
1 parent 6dda8b1 commit be327aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.1"
2+
".": "6.0.2"
33
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Also other errors i.e. ENOENT attach a path attribute.
2020

2121

2222
<a name="3.0.1"></a>
23+
## [6.0.2](https://github.com/npm/read-package-json/compare/v6.0.1...v6.0.2) (2023-04-27)
24+
25+
### Dependencies
26+
27+
* [`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)
28+
2329
## [6.0.1](https://github.com/npm/read-package-json/compare/v6.0.0...v6.0.1) (2023-03-21)
2430

2531
### Dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-package-json",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
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)