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 59e8562 commit 8040276Copy full SHA for 8040276
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes
2
3
+## [0.0.4](https://github.com/prantlf/v-jsonlint/compare/v0.0.3...v0.0.4) (2023-08-07)
4
+
5
+### Bug Fixes
6
7
+* Upgrade to the latest prantlf.cargs ([59e8562](https://github.com/prantlf/v-jsonlint/commit/59e85629ac7a99a5529915eab0e0c179116bcb93))
8
9
## [0.0.3](https://github.com/prantlf/v-jsonlint/compare/v0.0.2...v0.0.3) (2023-07-09)
10
11
### Features
v.mod
@@ -1,7 +1,7 @@
Module {
name: 'jsonlint'
description: 'JSON/JSONC/JSON5 validator and pretty-printer.'
- version: '0.0.3'
+ version: '0.0.4'
license: 'MIT'
dependencies: ['prantlf.cargs', 'prantlf.json']
}
0 commit comments