Skip to content

Commit 4ebaf4b

Browse files
committed
Release 0.20.1
1 parent 422df76 commit 4ebaf4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# kv-toolbox change log
22

3+
## Version 0.20.1
4+
5+
- fix: make json module browser compatible (422df76)
6+
37
## Version 0.20.0
48

59
- feat: arrays, objects, maps and sets are deeply serialized (bf8f285)

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitsonk/kv-toolbox",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"exports": {
55
".": "./toolbox.ts",
66
"./batched_atomic": "./batched_atomic.ts",

0 commit comments

Comments
 (0)