We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d02534 commit da99ddeCopy full SHA for da99dde
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# kv-toolbox change log
2
3
+## Version 0.28.1
4
+
5
+- fix: batched_atomic: properly handle multiple mutations (4d02534)
6
+- docs: BlobKvListOptions (35e6810)
7
8
## Version 0.28.0
9
10
- feat: support listing of blobs (84010a4)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.28.0",
+ "version": "0.28.1",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments