Skip to content

Commit 7b86189

Browse files
committed
Release 0.16.0
1 parent 902bc6c commit 7b86189

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# kview change log
22

3+
## Version 0.16.0
4+
5+
- feat: support filtering (fec0bb0)
6+
- refactor: update to use kv-utils (bfc38a2)
7+
- chore: update build (902bc6c)
8+
39
## Version 0.15.0
410

511
- feat: better support for complex values (32accbe)

_fresh.zip

8 Bytes
Binary file not shown.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitsonk/kview",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"exports": { "./install": "./install.ts" },
55
"publish": {
66
"exclude": [".vscode", ".github", "assets", "dev.ts", "minify_svg.ts"]

0 commit comments

Comments
 (0)