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 3568a43 commit 87913b2Copy full SHA for 87913b2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# kv-toolbox change log
2
3
+## Version 0.30.0
4
+
5
+- fix: allow batch_atomic to load in browsers (73bed39)
6
+- chore: update deps (3568a43)
7
8
## Version 0.29.2
9
10
- fix: issue with cursors and blobs (74467f9)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.29.3-beta.1",
+ "version": "0.30.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments