From f4c396622a28d06f7233fd524e9ab86e26839e10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 14:26:36 +0000 Subject: [PATCH] chore: release 6.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b5a16e..148286d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.2" + ".": "6.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d314f37..c9c87b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ Also other errors i.e. ENOENT attach a path attribute. +## [6.0.3](https://github.com/npm/read-package-json/compare/v6.0.2...v6.0.3) (2023-05-03) + +### Bug Fixes + +* [`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) + ## [6.0.2](https://github.com/npm/read-package-json/compare/v6.0.1...v6.0.2) (2023-04-27) ### Dependencies diff --git a/package.json b/package.json index 501e9ab..a2f9308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-package-json", - "version": "6.0.2", + "version": "6.0.3", "author": "GitHub Inc.", "description": "The thing npm uses to read package.json files with semantics and defaults and validation", "repository": {