Skip to content

Commit c285fa6

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 3.0.0
1 parent 47d3e72 commit c285fa6

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.3"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/npm/read-package-json-fast/compare/v2.0.3...v3.0.0) (2022-10-10)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `read-package-json-fast` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
* update node engines to `^12.13.0 || ^14.15.0 || >=16.0.0`
9+
10+
### Features
11+
12+
* [`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)
13+
* [`4ceacc3`](https://github.com/npm/read-package-json-fast/commit/4ceacc3f5e683782122b13dc576f93f4aa55ca9c) add template-oss (@lukekarrys)
14+
15+
### Bug Fixes
16+
17+
* [`307fc2c`](https://github.com/npm/read-package-json-fast/commit/307fc2c585fdc0599aecd2d7802de4ebed56370c) linting (@lukekarrys)
18+
19+
### Dependencies
20+
21+
* [`47d3e72`](https://github.com/npm/read-package-json-fast/commit/47d3e72e1340e0fb796e225daa2c0377fc3df49e) [#14](https://github.com/npm/read-package-json-fast/pull/14) `[email protected]`
22+
* [`a6e8261`](https://github.com/npm/read-package-json-fast/commit/a6e8261e378e189f0efbea19d362e168254ef881) [#7](https://github.com/npm/read-package-json-fast/pull/7) `[email protected]`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-package-json-fast",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Like read-package-json, but faster",
55
"main": "lib/index.js",
66
"author": "GitHub Inc.",

0 commit comments

Comments
 (0)