File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.3.1 "
2
+ "." : " 3.0.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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/template-oss@4.4.4 ` (@lukekarrys )
12
+
3
13
## 2.0.0
4
14
5
15
* Add custom error classes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-parse-even-better-errors" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " JSON.parse with context information on error" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments