Skip to content

Commit 6af9c86

Browse files
committed
Release 0.14.6
1 parent 40f316b commit 6af9c86

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.14.6
4+
5+
- fix: don't depend on import map on install (40f316b)
6+
37
## Version 0.14.5
48

59
- fix: properly handle build files on install and upgrade (41d3f6c)

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.14.5",
3+
"version": "0.14.6",
44
"exports": { "./install": "./install.ts" },
55
"publish": {
66
"exclude": [".vscode", ".github", "assets", "dev.ts", "minify_svg.ts"]

0 commit comments

Comments
 (0)