Skip to content

Commit

Permalink
0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent 252b6ee commit 8befa81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [0.1.3](https://github.com/prantlf/v-json/compare/v0.1.2...v0.1.3) (2023-12-11)

### Bug Fixes

* Adapt for V langage changes ([cf6f61f](https://github.com/prantlf/v-json/commit/cf6f61fc2fdbb67b3aae08f374892e16aa47ad2e))

## [0.1.2](https://github.com/prantlf/v-json/compare/v0.1.1...v0.1.2) (2023-11-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Module {
name: 'json'
description: 'Strictly parse and format JSON/JSONC/JSON5 data.'
version: '0.1.2'
version: '0.1.3'
license: 'MIT'
dependencies: ['prantlf.jany']
}

0 comments on commit 8befa81

Please sign in to comment.