Skip to content

Commit da99dde

Browse files
committed
Release 0.28.1
1 parent 4d02534 commit da99dde

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.28.1
4+
5+
- fix: batched_atomic: properly handle multiple mutations (4d02534)
6+
- docs: BlobKvListOptions (35e6810)
7+
38
## Version 0.28.0
49

510
- feat: support listing of blobs (84010a4)

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.0",
3+
"version": "0.28.1",
44
"exports": {
55
".": "./toolbox.ts",
66
"./batched_atomic": "./batched_atomic.ts",

0 commit comments

Comments
 (0)