Skip to content

Commit 0ceb01c

Browse files
committed
Release 0.24.0
1 parent 84a78ee commit 0ceb01c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.24.0
4+
5+
- feat: migrate import/export to `@deno/kv-utils` (aab2420)
6+
- docs: type check inline documentation (deee889)
7+
- chore: only CI against Deno 2 (f9828ce)
8+
- chore: add Deno canary to CI (84a78ee)
9+
310
## Version 0.23.0
411

512
- feat: migrate to @deno/kv-utils (68f23a0)

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

0 commit comments

Comments
 (0)