From 6aa35f2cc1a367fc895cc500901664801e030ebc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 04:37:23 +0000 Subject: [PATCH] chore: release 6.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 162da85..a3a12f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.2" + ".": "6.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce1a2b..29093c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,16 @@ Also other errors i.e. ENOENT attach a path attribute. +## [6.0.0](https://github.com/npm/read-package-json/compare/v5.0.2...v6.0.0) (2022-09-30) + +### ⚠️ BREAKING CHANGES + +* `read-package-json` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + +* [`0952b2c`](https://github.com/npm/read-package-json/commit/0952b2c6ba94bc1caaca68cc88aba95c0c22a99b) [#140](https://github.com/npm/read-package-json/pull/140) postinstall for dependabot template-oss PR (@lukekarrys) + ## [5.0.2](https://github.com/npm/read-package-json/compare/v5.0.1...v5.0.2) (2022-08-23) diff --git a/package.json b/package.json index d2cbb7c..081d445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-package-json", - "version": "5.0.2", + "version": "6.0.0", "author": "GitHub Inc.", "description": "The thing npm uses to read package.json files with semantics and defaults and validation", "repository": {