Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 9, 2025
1 parent 2e23829 commit 3c37462
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# kv-toolbox change log

## Version 0.25.0

- feat: add query module (fb3fa44)
- feat: add matches op to query (2e23829)
- docs: improve query docs (0f1bce7)

## Version 0.24.1

- refactor: migrate fully to import maps (030d205)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
"version": "0.25.0-beta.1",
"version": "0.25.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
Expand Down

0 comments on commit 3c37462

Please sign in to comment.