Skip to content

Commit ceb1741

Browse files
chore: release 5.0.0 (#80)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.0.0...v5.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * `json-parse-even-better-errors` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`f50584e`](f50584e) [#78](#78) align to npm 11 node engine range (#78) (@owlstronaut) ### Chores * [`1ed8feb`](1ed8feb) [#73](#73) postinstall workflow updates (#73) (@owlstronaut) * [`6112f07`](6112f07) [#79](#79) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#79) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f50584e commit ceb1741

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/npm/json-parse-even-better-errors/compare/v4.0.0...v5.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* `json-parse-even-better-errors` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`f50584e`](https://github.com/npm/json-parse-even-better-errors/commit/f50584efd8006cd9c61590f45249c1b1a3cd224b) [#78](https://github.com/npm/json-parse-even-better-errors/pull/78) align to npm 11 node engine range (#78) (@owlstronaut)
8+
### Chores
9+
* [`1ed8feb`](https://github.com/npm/json-parse-even-better-errors/commit/1ed8febca407165a1c407a72cf7626473f9e28a3) [#73](https://github.com/npm/json-parse-even-better-errors/pull/73) postinstall workflow updates (#73) (@owlstronaut)
10+
* [`6112f07`](https://github.com/npm/json-parse-even-better-errors/commit/6112f07107403d58c8816f3569504c57c101b557) [#79](https://github.com/npm/json-parse-even-better-errors/pull/79) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#79) (@dependabot[bot], @npm-cli-bot)
11+
312
## [4.0.0](https://github.com/npm/json-parse-even-better-errors/compare/v3.0.2...v4.0.0) (2024-09-03)
413
### ⚠️ BREAKING CHANGES
514
* `json-parse-even-better-errors` now supports node `^18.17.0 || >=20.5.0`

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": "4.0.0",
3+
"version": "5.0.0",
44
"description": "JSON.parse with context information on error",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)