Skip to content

Commit 02a5789

Browse files
chore(release): 14.0.0 [skip ci]
# [14.0.0](v13.1.0...v14.0.0) (2023-03-05) ### Bug Fixes * Replace commander with hand-written command-line parser ([af0ea29](af0ea29)) ### BREAKING CHANGES * Although you shouldn't notice any change on the behaviour of the command line, something unexpected might've changed. Something did change - if you're annoyed by inserting "--" between the multi-value option and other arguments, you don't have to do it any more. Multi-value options can be entered either using the option prefix multiple times for each value, or using the option prefix just once and separating the values by commas.
1 parent af0ea29 commit 02a5789

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [14.0.0](https://github.com/prantlf/jsonlint/compare/v13.1.0...v14.0.0) (2023-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Replace commander with hand-written command-line parser ([af0ea29](https://github.com/prantlf/jsonlint/commit/af0ea29c3f39ea713fc0bd72829678067a6c1fc0))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Although you shouldn't notice any change on the behaviour of the command line, something unexpected might've changed. Something did change
12+
- if you're annoyed by inserting "--" between the multi-value option and other
13+
arguments, you don't have to do it any more. Multi-value options can be entered
14+
either using the option prefix multiple times for each value, or using
15+
the option prefix just once and separating the values by commas.
16+
117
# [13.1.0](https://github.com/prantlf/jsonlint/compare/v13.0.1...v13.1.0) (2023-03-05)
218

319

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": "13.1.0",
3+
"version": "14.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)