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

Commit f4c3966

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 6.0.3
1 parent 7b516f1 commit f4c3966

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.2"
2+
".": "6.0.3"
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.3](https://github.com/npm/read-package-json/compare/v6.0.2...v6.0.3) (2023-05-03)
24+
25+
### Bug Fixes
26+
27+
* [`7b516f1`](https://github.com/npm/read-package-json/commit/7b516f18dd84055f330a44a596bc7fc68c6f2c31) [#174](https://github.com/npm/read-package-json/pull/174) use jsonClone to fix cache layer (#174) (@antongolub)
28+
2329
## [6.0.2](https://github.com/npm/read-package-json/compare/v6.0.1...v6.0.2) (2023-04-27)
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.2",
3+
"version": "6.0.3",
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)