Skip to content

Commit 3c37462

Browse files
committed
Release 0.25.0
1 parent 2e23829 commit 3c37462

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.25.0
4+
5+
- feat: add query module (fb3fa44)
6+
- feat: add matches op to query (2e23829)
7+
- docs: improve query docs (0f1bce7)
8+
39
## Version 0.24.1
410

511
- refactor: migrate fully to import maps (030d205)

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

0 commit comments

Comments
 (0)