Skip to content

Commit b9b3701

Browse files
committed
Release 0.22.0
1 parent 2615a07 commit b9b3701

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.22.0
4+
5+
- feat: add `byteLength` to JSON serialization of byte arrays (2615a07)
6+
37
## Version 0.21.1
48

59
- fix: add `.watch()` method to toolbox (d7c916f)

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.21.1",
3+
"version": "0.22.0",
44
"exports": {
55
".": "./toolbox.ts",
66
"./batched_atomic": "./batched_atomic.ts",

0 commit comments

Comments
 (0)