Skip to content

Commit 6ab7f8d

Browse files
chore: release 4.0.0 (#80)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.0.2...v4.0.0) (2024-09-24) ### ⚠️ BREAKING CHANGES * `read-package-json-fast` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`a650021`](a650021) [#79](#79) align to npm 10 node engine range (@hashtagchris) ### Dependencies * [`e603259`](e603259) [#79](#79) `npm-normalize-package-bin@4.0.0` * [`482ad0e`](482ad0e) [#79](#79) `json-parse-even-better-errors@4.0.0` ### Chores * [`2e7214c`](2e7214c) [#79](#79) run template-oss-apply (@hashtagchris) * [`8c7c240`](8c7c240) [#78](#78) enable auto publish (#78) (@reggi) * [`bc76038`](bc76038) [#74](#74) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`bd2015f`](bd2015f) [#63](#63) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`0380e43`](0380e43) [#75](#75) postinstall for dependabot template-oss PR (@hashtagchris) * [`eb9cd4f`](eb9cd4f) [#75](#75) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e603259 commit 6ab7f8d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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-
".": "3.0.2"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/npm/read-package-json-fast/compare/v3.0.2...v4.0.0) (2024-09-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `read-package-json-fast` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`a650021`](https://github.com/npm/read-package-json-fast/commit/a650021a95d535305c90ed8ce37c57217cd65de3) [#79](https://github.com/npm/read-package-json-fast/pull/79) align to npm 10 node engine range (@hashtagchris)
8+
### Dependencies
9+
* [`e603259`](https://github.com/npm/read-package-json-fast/commit/e603259df9a05155878a5cf865d7d1a5cab3504d) [#79](https://github.com/npm/read-package-json-fast/pull/79) `npm-normalize-package-bin@4.0.0`
10+
* [`482ad0e`](https://github.com/npm/read-package-json-fast/commit/482ad0eb93685e82408f0e4fdbb9eeb8ac4063e0) [#79](https://github.com/npm/read-package-json-fast/pull/79) `json-parse-even-better-errors@4.0.0`
11+
### Chores
12+
* [`2e7214c`](https://github.com/npm/read-package-json-fast/commit/2e7214ce3f33765e9559dea0afa7e18fe4717bfd) [#79](https://github.com/npm/read-package-json-fast/pull/79) run template-oss-apply (@hashtagchris)
13+
* [`8c7c240`](https://github.com/npm/read-package-json-fast/commit/8c7c240a9642bc2fe0afc1392e7b32c22263e941) [#78](https://github.com/npm/read-package-json-fast/pull/78) enable auto publish (#78) (@reggi)
14+
* [`bc76038`](https://github.com/npm/read-package-json-fast/commit/bc76038b11ce0f5888923ac56b9a94bd9dc2f5b0) [#74](https://github.com/npm/read-package-json-fast/pull/74) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
15+
* [`bd2015f`](https://github.com/npm/read-package-json-fast/commit/bd2015f2aa7d93c2a528405796f9543293d10370) [#63](https://github.com/npm/read-package-json-fast/pull/63) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
16+
* [`0380e43`](https://github.com/npm/read-package-json-fast/commit/0380e4399748287a6af06ec79512de48e1a1615b) [#75](https://github.com/npm/read-package-json-fast/pull/75) postinstall for dependabot template-oss PR (@hashtagchris)
17+
* [`eb9cd4f`](https://github.com/npm/read-package-json-fast/commit/eb9cd4f9c766a116bf353ce5dbe3eda7f5231558) [#75](https://github.com/npm/read-package-json-fast/pull/75) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
18+
319
## [3.0.2](https://github.com/npm/read-package-json-fast/compare/v3.0.1...v3.0.2) (2022-12-13)
420

521
### Bug Fixes

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": "3.0.2",
3+
"version": "4.0.0",
44
"description": "Like read-package-json, but faster",
55
"main": "lib/index.js",
66
"author": "GitHub Inc.",

0 commit comments

Comments
 (0)