Skip to content

Commit

Permalink
chore(release): 14.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [14.0.3](v14.0.2...v14.0.3) (2023-04-27)

### Bug Fixes

* Ensure error location by custom parsing ([9757213](9757213))
* Upgrade dependencies ([30f611a](30f611a))
  • Loading branch information
semantic-release-bot committed Apr 27, 2023
1 parent 9757213 commit ffc5c32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [14.0.3](https://github.com/prantlf/jsonlint/compare/v14.0.2...v14.0.3) (2023-04-27)


### Bug Fixes

* Ensure error location by custom parsing ([9757213](https://github.com/prantlf/jsonlint/commit/9757213eda5de9684099024d0c4f59e4d4f59c97))
* Upgrade dependencies ([30f611a](https://github.com/prantlf/jsonlint/commit/30f611a1fc24a9003929a1f399d1694de65401ed))

## [14.0.2](https://github.com/prantlf/jsonlint/compare/v14.0.1...v14.0.2) (2023-03-08)


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": "14.0.2",
"version": "14.0.3",
"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 ffc5c32

Please sign in to comment.