Skip to content

Commit

Permalink
chore(release): 13.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.1.0](v13.0.1...v13.1.0) (2023-03-05)

### Features

* Accept multiple schemas if external definitions are used ([32d1cab](32d1cab))
  • Loading branch information
semantic-release-bot committed Mar 5, 2023
1 parent 32d1cab commit 8ea195e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [13.1.0](https://github.com/prantlf/jsonlint/compare/v13.0.1...v13.1.0) (2023-03-05)


### Features

* Accept multiple schemas if external definitions are used ([32d1cab](https://github.com/prantlf/jsonlint/commit/32d1cabfc5cf00f23ec8d7b6b4a5b62e66924fa3))

## [13.0.1](https://github.com/prantlf/jsonlint/compare/v13.0.0...v13.0.1) (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.0.1",
"version": "13.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

0 comments on commit 8ea195e

Please sign in to comment.