Skip to content

Commit ab3f4eb

Browse files
committed
Release 0.29.0
1 parent f5dae8a commit ab3f4eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# kv-toolbox change log
22

3+
## Version 0.29.0
4+
5+
- feat: add blob support to query (f5dae8a)
6+
37
## Version 0.28.1
48

59
- fix: batched_atomic: properly handle multiple mutations (4d02534)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitsonk/kv-toolbox",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"exports": {
55
".": "./toolbox.ts",
66
"./batched_atomic": "./batched_atomic.ts",

0 commit comments

Comments
 (0)