Skip to content

Commit 8ecfa25

Browse files
0.0.6 [skip ci]
1 parent 2d78fb0 commit 8ecfa25

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [0.0.6](https://github.com/prantlf/v-jsonlint/compare/v0.0.5...v0.0.6) (2023-10-24)
4+
5+
### Bug Fixes
6+
7+
* Build with updated dependencies ([2d78fb0](https://github.com/prantlf/v-jsonlint/commit/2d78fb08d715b158ec857b9a5cd13e02841e4671))
8+
39
## [0.0.5](https://github.com/prantlf/v-jsonlint/compare/v0.0.4...v0.0.5) (2023-10-23)
410

511
### Bug Fixes

jsonlint.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import os
22
import prantlf.cargs
33
import prantlf.json { JsonError, ParseOpts, StringifyOpts, parse, stringify }
44

5-
const version = '0.0.4'
5+
const version = '0.0.6'
66

77
const usage = 'JSON/JSONC/JSON5 validator and pretty-printer.
88

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'jsonlint'
33
description: 'JSON/JSONC/JSON5 validator and pretty-printer.'
4-
version: '0.0.5'
4+
version: '0.0.6'
55
license: 'MIT'
66
dependencies: ['prantlf.cargs', 'prantlf.json']
77
}

0 commit comments

Comments
 (0)