Skip to content

Commit 7406547

Browse files
committed
Release 0.16.2
1 parent b89d680 commit 7406547

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# kv-toolbox change log
22

3+
## Version 0.16.2
4+
5+
- fix: change max atomic transaction byte limit (b89d680)
6+
- chore: exclude tests from publish (bf75d36)
7+
38
## Version 0.16.1
49

510
- feat: make batched_atomic loadable on web (798d991)

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitsonk/kv-toolbox",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"exports": {
55
"./batched_atomic": "./batched_atomic.ts",
66
"./blob": "./blob.ts",

0 commit comments

Comments
 (0)