We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89d680 commit 7406547Copy full SHA for 7406547
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# kv-toolbox change log
2
3
+## Version 0.16.2
4
+
5
+- fix: change max atomic transaction byte limit (b89d680)
6
+- chore: exclude tests from publish (bf75d36)
7
8
## Version 0.16.1
9
10
- feat: make batched_atomic loadable on web (798d991)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.16.1",
+ "version": "0.16.2",
"exports": {
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
0 commit comments