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 9c8dc44 commit 3bb2b9aCopy full SHA for 3bb2b9a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes
2
3
+## [0.0.5](https://github.com/prantlf/v-jsonlint/compare/v0.0.4...v0.0.5) (2023-10-23)
4
+
5
+### Bug Fixes
6
7
+* Update the imprinted version number ([b623809](https://github.com/prantlf/v-jsonlint/commit/b62380929d7c34eb6c7a90a2ae150c340a359d42))
8
9
## [0.0.4](https://github.com/prantlf/v-jsonlint/compare/v0.0.3...v0.0.4) (2023-08-07)
10
11
### Bug Fixes
v.mod
@@ -1,7 +1,7 @@
Module {
name: 'jsonlint'
description: 'JSON/JSONC/JSON5 validator and pretty-printer.'
- version: '0.0.4'
+ version: '0.0.5'
license: 'MIT'
dependencies: ['prantlf.cargs', 'prantlf.json']
}
0 commit comments