Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 28, 2024
1 parent 2a0c155 commit c0587f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# k-toolbox change log

## Version 0.13.0

- feat: add blob support to uniqueCount (2a0c155)

## Version 0.12.0

- feat: add JSON support for blob (ad680c9)
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.12.0",
"version": "0.13.0",
"exports": {
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
Expand Down

0 comments on commit c0587f6

Please sign in to comment.