From 9a82ec8132c5886e734d1bd1a3f2e4dc8331b38c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:27:34 +0000 Subject: [PATCH] chore: release 6.0.1 --- .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 a3a12f4..601e9be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ac321..047bfc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ Also other errors i.e. ENOENT attach a path attribute. +## [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 diff --git a/package.json b/package.json index d6a07f7..d1618e3 100644 --- a/package.json +++ b/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": {