Skip to content

Commit 23c08d0

Browse files
chore: release 4.0.0 (#70)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.0.2...v4.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `json-parse-even-better-errors` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`f52a9ae`](f52a9ae) [#69](#69) align to npm 10 node engine range (@hashtagchris) ### Chores * [`ae5914c`](ae5914c) [#69](#69) run template-oss-apply (@hashtagchris) * [`07134dd`](07134dd) [#67](#67) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`27183c7`](27183c7) [#68](#68) postinstall for dependabot template-oss PR (@hashtagchris) * [`344d304`](344d304) [#68](#68) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[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 ae5914c commit 23c08d0

File tree

3 files changed

+13
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/npm/json-parse-even-better-errors/compare/v3.0.2...v4.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `json-parse-even-better-errors` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`f52a9ae`](https://github.com/npm/json-parse-even-better-errors/commit/f52a9ae249be95e2b4f3685adb4a0044e6271a67) [#69](https://github.com/npm/json-parse-even-better-errors/pull/69) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`ae5914c`](https://github.com/npm/json-parse-even-better-errors/commit/ae5914cc99e4d871ec43144b524cee197a7761f8) [#69](https://github.com/npm/json-parse-even-better-errors/pull/69) run template-oss-apply (@hashtagchris)
10+
* [`07134dd`](https://github.com/npm/json-parse-even-better-errors/commit/07134dd2ab6b0531a7d60092e7203f0f01fc8e36) [#67](https://github.com/npm/json-parse-even-better-errors/pull/67) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`27183c7`](https://github.com/npm/json-parse-even-better-errors/commit/27183c7e06c66908c822781fb82832acf5fd5447) [#68](https://github.com/npm/json-parse-even-better-errors/pull/68) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`344d304`](https://github.com/npm/json-parse-even-better-errors/commit/344d3049d6753b44165cd97700d88103cabc3977) [#68](https://github.com/npm/json-parse-even-better-errors/pull/68) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [3.0.2](https://github.com/npm/json-parse-even-better-errors/compare/v3.0.1...v3.0.2) (2024-05-04)
415

516
### Bug Fixes

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

0 commit comments

Comments
 (0)