Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Nov 4, 2024
1 parent 2615a07 commit b9b3701
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# kv-toolbox change log

## Version 0.22.0

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

## Version 0.21.1

- fix: add `.watch()` method to toolbox (d7c916f)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
"version": "0.21.1",
"version": "0.22.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
Expand Down

0 comments on commit b9b3701

Please sign in to comment.