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 74467f9 commit 4bbb90fCopy full SHA for 4bbb90f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# kv-toolbox change log
2
3
+## Version 0.29.2
4
+
5
+- fix: issue with cursors and blobs (74467f9)
6
7
## Version 0.29.1
8
9
- fix: cursors with query and blob lists (04b8f66)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.29.1",
+ "version": "0.29.2",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments