Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit bfb3733

Browse files
chore: release 6.0.0 (#141)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a20baa commit bfb3733

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-
".": "5.0.2"
2+
".": "6.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ Also other errors i.e. ENOENT attach a path attribute.
2020

2121

2222
<a name="3.0.1"></a>
23+
## [6.0.0](https://github.com/npm/read-package-json/compare/v5.0.2...v6.0.0) (2022-10-14)
24+
25+
### ⚠️ BREAKING CHANGES
26+
27+
* `read-package-json` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
28+
29+
### Features
30+
31+
* [`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)
32+
33+
### Dependencies
34+
35+
* [`16f6e31`](https://github.com/npm/read-package-json/commit/16f6e3181240bfa9a748df795483d80ddeb0d15d) [#150](https://github.com/npm/read-package-json/pull/150) bump normalize-package-data from 4.0.1 to 5.0.0
36+
* [`d736548`](https://github.com/npm/read-package-json/commit/d7365487d46c5bcf0e0a33a4bd7edaf8175a7658) [#148](https://github.com/npm/read-package-json/pull/148) bump npm-normalize-package-bin from 2.0.0 to 3.0.0
37+
* [`505edd7`](https://github.com/npm/read-package-json/commit/505edd7703f9eb75e05656e5e2f1c0b34b669378) [#147](https://github.com/npm/read-package-json/pull/147) bump json-parse-even-better-errors from 2.3.1 to 3.0.0
38+
2339
## [5.0.2](https://github.com/npm/read-package-json/compare/v5.0.1...v5.0.2) (2022-08-23)
2440

2541

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",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"author": "GitHub Inc.",
55
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
66
"repository": {

0 commit comments

Comments
 (0)