Skip to content

Commit

Permalink
Release 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Oct 11, 2024
1 parent f4d3bd5 commit 94e5b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# kview change log

## Version 0.14.7

- fix: upgrade uses deno.land versus jsr (f4d3bd5)

## Version 0.14.6

- fix: don't depend on import map on install (40f316b)
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/kview",
"version": "0.14.6",
"version": "0.14.7",
"exports": { "./install": "./install.ts" },
"publish": {
"exclude": [".vscode", ".github", "assets", "dev.ts", "minify_svg.ts"]
Expand Down

0 comments on commit 94e5b88

Please sign in to comment.