Skip to content

Commit 740c080

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 3.0.0
1 parent 05b66d1 commit 740c080

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.3.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/npm/json-parse-even-better-errors/compare/v2.3.1...v3.0.0) (2022-10-10)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `json-parse-even-better-errors` now supports the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`abf97b2`](https://github.com/npm/json-parse-even-better-errors/commit/abf97b2502a1f57adfbf173f35ad7e7e6b598902) `@npmcli/[email protected]` (@lukekarrys)
12+
313
## 2.0.0
414

515
* Add custom error classes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-parse-even-better-errors",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"description": "JSON.parse with context information on error",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)