Skip to content

Commit

Permalink
Release 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Apr 4, 2024
1 parent 7db9e63 commit b18ec53
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.16.3

- fix: use sizeOf instead of V8 serialize (7db9e63)

## Version 0.16.2

- fix: change max atomic transaction byte limit (b89d680)
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.16.2",
"version": "0.16.3",
"exports": {
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
Expand Down

0 comments on commit b18ec53

Please sign in to comment.