Skip to content

Commit

Permalink
16.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2024
1 parent 06e7c0f commit 8dae9b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

## [16.0.0](https://github.com/prantlf/jsonlint/compare/v15.0.0...v16.0.0) (2024-08-09)

### Bug Fixes

* Use Object.hasOwn instead of Object.prototype.hasOwnProperty ([06e7c0f](https://github.com/prantlf/jsonlint/commit/06e7c0f81243a58571e8a03e422a6a025b77ef33))

### BREAKING CHANGES

The minimum supported version of Node.js is 16.9 now.

## [15.0.0](https://github.com/prantlf/jsonlint/compare/v14.1.0...v15.0.0) (2024-08-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prantlf/jsonlint",
"version": "15.0.0",
"version": "16.0.0",
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
"contributors": [
Expand Down

0 comments on commit 8dae9b7

Please sign in to comment.