Skip to content

Commit 8dae9b7

Browse files
16.0.0 [skip ci]
1 parent 06e7c0f commit 8dae9b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changes
22

3+
## [16.0.0](https://github.com/prantlf/jsonlint/compare/v15.0.0...v16.0.0) (2024-08-09)
4+
5+
### Bug Fixes
6+
7+
* Use Object.hasOwn instead of Object.prototype.hasOwnProperty ([06e7c0f](https://github.com/prantlf/jsonlint/commit/06e7c0f81243a58571e8a03e422a6a025b77ef33))
8+
9+
### BREAKING CHANGES
10+
11+
The minimum supported version of Node.js is 16.9 now.
12+
313
## [15.0.0](https://github.com/prantlf/jsonlint/compare/v14.1.0...v15.0.0) (2024-08-09)
414

515
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prantlf/jsonlint",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
55
"author": "Ferdinand Prantl <[email protected]> (http://prantl.tk)",
66
"contributors": [

0 commit comments

Comments
 (0)