We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1535a3 commit d421cdfCopy full SHA for d421cdf
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [13.0.1](https://github.com/prantlf/jsonlint/compare/v13.0.0...v13.0.1) (2023-03-05)
2
+
3
4
+### Bug Fixes
5
6
+* Replace ajv@6 with ajv-draft-04 ([b1535a3](https://github.com/prantlf/jsonlint/commit/b1535a3ec24be7913f0005cdd617680c02086cdf))
7
8
# [13.0.0](https://github.com/prantlf/jsonlint/compare/v12.0.0...v13.0.0) (2023-03-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@prantlf/jsonlint",
- "version": "13.0.0",
+ "version": "13.0.1",
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
"contributors": [
0 commit comments