Skip to content

Commit 3f45109

Browse files
chore(release): 14.0.1 [skip ci]
## [14.0.1](v14.0.0...v14.0.1) (2023-03-07) ### Bug Fixes * Prevent setting a constant variable ([c7e940c](c7e940c))
1 parent c7e940c commit 3f45109

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [14.0.0](https://github.com/prantlf/jsonlint/compare/v13.1.0...v14.0.0) (2023-03-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prantlf/jsonlint",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
66
"contributors": [

0 commit comments

Comments
 (0)