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 c7e940c commit 3f45109Copy full SHA for 3f45109
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [14.0.1](https://github.com/prantlf/jsonlint/compare/v14.0.0...v14.0.1) (2023-03-07)
2
+
3
4
+### Bug Fixes
5
6
+* Prevent setting a constant variable ([c7e940c](https://github.com/prantlf/jsonlint/commit/c7e940c4d59b594bca3c32ff974c91b69d44feb6))
7
8
# [14.0.0](https://github.com/prantlf/jsonlint/compare/v13.1.0...v14.0.0) (2023-03-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@prantlf/jsonlint",
- "version": "14.0.0",
+ "version": "14.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