From aed5ff80ccfbca989221be9c5963c35e3ee6c52d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 21:28:30 +0000 Subject: [PATCH] chore: release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af6dd8b..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.3" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..55e72e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [3.0.0](https://github.com/npm/read-package-json-fast/compare/v2.0.3...v3.0.0) (2022-10-10) + +### ⚠️ BREAKING CHANGES + +* `read-package-json-fast` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` +* update node engines to `^12.13.0 || ^14.15.0 || >=16.0.0` + +### Features + +* [`e05f996`](https://github.com/npm/read-package-json-fast/commit/e05f9962aaf169c3e58f97309612d9fae10504ad) [#9](https://github.com/npm/read-package-json-fast/pull/9) postinstall for dependabot template-oss PR (@lukekarrys) +* [`4ceacc3`](https://github.com/npm/read-package-json-fast/commit/4ceacc3f5e683782122b13dc576f93f4aa55ca9c) add template-oss (@lukekarrys) + +### Bug Fixes + +* [`307fc2c`](https://github.com/npm/read-package-json-fast/commit/307fc2c585fdc0599aecd2d7802de4ebed56370c) linting (@lukekarrys) + +### Dependencies + +* [`47d3e72`](https://github.com/npm/read-package-json-fast/commit/47d3e72e1340e0fb796e225daa2c0377fc3df49e) [#14](https://github.com/npm/read-package-json-fast/pull/14) `json-parse-even-better-errors@3.0.0` +* [`a6e8261`](https://github.com/npm/read-package-json-fast/commit/a6e8261e378e189f0efbea19d362e168254ef881) [#7](https://github.com/npm/read-package-json-fast/pull/7) `npm-normalize-package-bin@2.0.0` diff --git a/package.json b/package.json index 5cc6dcf..ac3bb80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-package-json-fast", - "version": "2.0.3", + "version": "3.0.0", "description": "Like read-package-json, but faster", "main": "lib/index.js", "author": "GitHub Inc.",