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

Commit eca41e5

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 7.0.0
1 parent 3c10858 commit eca41e5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.4"
2+
".": "7.0.0"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ Also other errors i.e. ENOENT attach a path attribute.
2020

2121

2222
<a name="3.0.1"></a>
23+
## [7.0.0](https://github.com/npm/read-package-json/compare/v6.0.4...v7.0.0) (2023-08-15)
24+
25+
### ⚠️ BREAKING CHANGES
26+
27+
* support for node 14 has been removed
28+
29+
### Bug Fixes
30+
31+
* [`2845aa5`](https://github.com/npm/read-package-json/commit/2845aa5ee0fdd0c20fd385f8e9bea4119dd8de2a) [#187](https://github.com/npm/read-package-json/pull/187) drop node14 support (@lukekarrys)
32+
33+
### Dependencies
34+
35+
* [`3c10858`](https://github.com/npm/read-package-json/commit/3c10858a4230bc750a4e0522465e4e6e7f0d2cb9) [#186](https://github.com/npm/read-package-json/pull/186) bump normalize-package-data from 5.0.0 to 6.0.0
36+
2337
## [6.0.4](https://github.com/npm/read-package-json/compare/v6.0.3...v6.0.4) (2023-05-31)
2438

2539
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-package-json",
3-
"version": "6.0.4",
3+
"version": "7.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)