Skip to content

Commit fad4f7f

Browse files
committed
Release 0.19.0
1 parent af2441a commit fad4f7f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.19.0
4+
5+
- feat: add toolbox APIs (1e0842f)
6+
- feat: add default export (0600060)
7+
- feat: add ability to retrieve response with toolbox (b0281f6)
8+
- feat: add blob as JSON to toolbox (6bf5d7d)
9+
- fix: default export (335bcd7)
10+
- fix: add filename to export response on toolbox (af2441a)
11+
- chore: update deps and Deno v2 (64bfe85)
12+
- chore: update crypto bench (2485218)
13+
- docs: update verbiage in README (#14)
14+
- docs: fix inline doc refs (72c580b)
15+
316
## Version 0.18.0
417

518
- feat: support DataView in JSON (3ce809b)

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

0 commit comments

Comments
 (0)