Skip to content

Commit 87913b2

Browse files
committed
Release 0.30.0
1 parent 3568a43 commit 87913b2

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.30.0
4+
5+
- fix: allow batch_atomic to load in browsers (73bed39)
6+
- chore: update deps (3568a43)
7+
38
## Version 0.29.2
49

510
- fix: issue with cursors and blobs (74467f9)

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

0 commit comments

Comments
 (0)