Skip to content

Commit

Permalink
14.1.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 eb35714 commit 4b46756
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

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

### Features

* Assume --trailing-commas if --trim-trailing-commas is requested ([b3fb10d](https://github.com/prantlf/jsonlint/commit/b3fb10d3a9ad0f4e6f38395fe3ccff83611d69be))
* Add options to sort object keys by locale, numerically and ignoring the letter case ([4387c4b](https://github.com/prantlf/jsonlint/commit/4387c4b7852ff1f75b533cacd0ba89a953432870))
* Exit the process with 0 (success) if no files were found and `--succeed-with-no-files` was requested ([923f37f](https://github.com/prantlf/jsonlint/commit/923f37fd4361d80886f9bcd4787630c9b331574d))

### Bug Fixes

* Upgrade dependencies ([355aad5](https://github.com/prantlf/jsonlint/commit/355aad588123fd2f9e94f2f8f59c75b1c253ffd4))

## [14.0.3](https://github.com/prantlf/jsonlint/compare/v14.0.2...v14.0.3) (2023-04-27)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prantlf/jsonlint",
"version": "14.0.3",
"version": "14.1.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 Expand Up @@ -87,4 +87,4 @@
"lint",
"jsonlint"
]
}
}

0 comments on commit 4b46756

Please sign in to comment.