Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Oct 10, 2022
1 parent 09d6c17 commit 687ec25
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.3"
".": "3.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

* [`a6e8261`](https://github.com/npm/read-package-json-fast/commit/a6e8261e378e189f0efbea19d362e168254ef881) [#7](https://github.com/npm/read-package-json-fast/pull/7) `[email protected]`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 687ec25

Please sign in to comment.