Skip to content

Commit 03836f6

Browse files
committed
Release 0.23.0
1 parent 68f23a0 commit 03836f6

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.23.0
4+
5+
- feat: migrate to @deno/kv-utils (68f23a0)
6+
37
## Version 0.22.0
48

59
- feat: add `byteLength` to JSON serialization of byte arrays (2615a07)

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

0 commit comments

Comments
 (0)