Skip to content

Commit 4b46756

Browse files
14.1.0 [skip ci]
1 parent eb35714 commit 4b46756

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [14.1.0](https://github.com/prantlf/jsonlint/compare/v14.0.3...v14.1.0) (2024-08-09)
4+
5+
### Features
6+
7+
* Assume --trailing-commas if --trim-trailing-commas is requested ([b3fb10d](https://github.com/prantlf/jsonlint/commit/b3fb10d3a9ad0f4e6f38395fe3ccff83611d69be))
8+
* Add options to sort object keys by locale, numerically and ignoring the letter case ([4387c4b](https://github.com/prantlf/jsonlint/commit/4387c4b7852ff1f75b533cacd0ba89a953432870))
9+
* 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))
10+
11+
### Bug Fixes
12+
13+
* Upgrade dependencies ([355aad5](https://github.com/prantlf/jsonlint/commit/355aad588123fd2f9e94f2f8f59c75b1c253ffd4))
14+
315
## [14.0.3](https://github.com/prantlf/jsonlint/compare/v14.0.2...v14.0.3) (2023-04-27)
416

517
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prantlf/jsonlint",
3-
"version": "14.0.3",
3+
"version": "14.1.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": [
@@ -87,4 +87,4 @@
8787
"lint",
8888
"jsonlint"
8989
]
90-
}
90+
}

0 commit comments

Comments
 (0)