Skip to content

Commit d958c24

Browse files
0.3.2 [skip ci]
1 parent 6c209fc commit d958c24

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.3.2](https://github.com/prantlf/v-jsonlint/compare/v0.3.1...v0.3.2) (2024-04-17)
4+
5+
### Bug Fixes
6+
7+
* Adapt to changes on interface of json and yaml packages ([d1a1650](https://github.com/prantlf/v-jsonlint/commit/d1a16502db839dc3d74773da477d3fbeec6de97d))
8+
39
## [0.3.1](https://github.com/prantlf/v-jsonlint/compare/v0.3.0...v0.3.1) (2023-12-15)
410

511
### Bug Fixes

src/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_opt, stringify_opt }
44

5-
const version = '0.3.1'
5+
const version = '0.3.2'
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.3.1'
4+
version: '0.3.2'
55
license: 'MIT'
66
dependencies: ['prantlf.cargs', 'prantlf.json']
77
}

0 commit comments

Comments
 (0)