Skip to content

Commit 45f481c

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.7.2...v12.0.0) (2023-03-05) ### Bug Fixes * Upgrade dependencies and require Node.js 14 ([87205c2](87205c2)) ### BREAKING CHANGES * Dropped support for Node.js 12 . The minimum supported version is Node.js 14.
1 parent 2d258e9 commit 45f481c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [12.0.0](https://github.com/prantlf/jsonlint/compare/v11.7.2...v12.0.0) (2023-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Upgrade dependencies and require Node.js 14 ([87205c2](https://github.com/prantlf/jsonlint/commit/87205c2427a0ebe0d791a4189b2b2346506601b3))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Dropped support for Node.js 12 . The minimum supported version is Node.js 14.
12+
113
## [11.7.2](https://github.com/prantlf/jsonlint/compare/v11.7.1...v11.7.2) (2023-03-05)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prantlf/jsonlint",
3-
"version": "11.7.2",
3+
"version": "12.0.0",
44
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
66
"contributors": [

0 commit comments

Comments
 (0)