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

Commit

Permalink
chore: release 6.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 14, 2022
1 parent d736548 commit 7de9123
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.0.2"
".": "6.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -20,6 +20,21 @@ Also other errors i.e. ENOENT attach a path attribute.


<a name="3.0.1"></a>
## [6.0.0](https://github.com/npm/read-package-json/compare/v5.0.2...v6.0.0) (2022-10-14)

### ⚠️ BREAKING CHANGES

* `read-package-json` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`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)

### Dependencies

* [`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
* [`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

## [5.0.2](https://github.com/npm/read-package-json/compare/v5.0.1...v5.0.2) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "read-package-json",
"version": "5.0.2",
"version": "6.0.0",
"author": "GitHub Inc.",
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
"repository": {
Expand Down

0 comments on commit 7de9123

Please sign in to comment.