Skip to content

Commit c0587f6

Browse files
committed
Release 0.13.0
1 parent 2a0c155 commit c0587f6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# k-toolbox change log
2+
3+
## Version 0.13.0
4+
5+
- feat: add blob support to uniqueCount (2a0c155)
6+
7+
## Version 0.12.0
8+
9+
- feat: add JSON support for blob (ad680c9)

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.12.0",
3+
"version": "0.13.0",
44
"exports": {
55
"./batched_atomic": "./batched_atomic.ts",
66
"./blob": "./blob.ts",

0 commit comments

Comments
 (0)