Skip to content

Commit

Permalink
Release 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 6, 2025
1 parent 030d205 commit 68718b4
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.24.1

- refactor: migrate fully to import maps (030d205)
- chore: add test result upload to ci (a0abb76)
- chore: update dependencies (b3699cf)

## Version 0.24.0

- feat: migrate import/export to `@deno/kv-utils` (aab2420)
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.24.0",
"version": "0.24.1",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
Expand Down

0 comments on commit 68718b4

Please sign in to comment.