Skip to content

Commit

Permalink
chore(release): 14.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Mar 5, 2023
1 parent af0ea29 commit 02a5789
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [14.0.0](https://github.com/prantlf/jsonlint/compare/v13.1.0...v14.0.0) (2023-03-05)


### Bug Fixes

* Replace commander with hand-written command-line parser ([af0ea29](https://github.com/prantlf/jsonlint/commit/af0ea29c3f39ea713fc0bd72829678067a6c1fc0))


### 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.

# [13.1.0](https://github.com/prantlf/jsonlint/compare/v13.0.1...v13.1.0) (2023-03-05)


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": "13.1.0",
"version": "14.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 02a5789

Please sign in to comment.