Skip to content

Commit

Permalink
Bump version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Sep 26, 2024
1 parent 86b0924 commit 734ef47
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 @@
# Changelog

## 0.0.14 (binary 0.1.11) -- 2024-09-26

- fix an issue where arm64 macs weren't downloading the correct binary

## 0.0.13 (binary 0.1.11) -- 2024-09-26

- added `webview.loadHtml(...)`
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justbe/webview",
"exports": "./src/lib.ts",
"version": "0.0.13",
"version": "0.0.14",
"tasks": {
"dev": "deno run --watch main.ts",
"gen": "deno task gen:rust && deno task gen:deno",
Expand Down

0 comments on commit 734ef47

Please sign in to comment.