Skip to content

Commit 515cc99

Browse files
committed
Release 0.27.0
1 parent 23da00b commit 515cc99

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.27.0
4+
5+
- feat: add JSON serialization to query (23da00b)
6+
- docs: fixup inline query examples (b58731b)
7+
38
## Version 0.26.0
49

510
- feat: integrate keys and query (8b6eabd)

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

0 commit comments

Comments
 (0)