From 2dd3c008323a3dacba204946b59c7330c1b880dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 11:28:54 -0500 Subject: [PATCH] [create-pull-request] automated change (#50) Co-authored-by: jbolda --- .changes/add-preferGlobal-option.md | 5 ----- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/add-preferGlobal-option.md diff --git a/.changes/add-preferGlobal-option.md b/.changes/add-preferGlobal-option.md deleted file mode 100644 index cb53207909..0000000000 --- a/.changes/add-preferGlobal-option.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"action": patch ---- - -Add option to elect using an existing globally installed version of Tauri. diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4eb36e96..60b7d78eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.0.9] + +- Add option to elect using an existing globally installed version of Tauri. + - [a45f21b](https://github.com/tauri-apps/tauri-action/commit/a45f21b1732014a0dabc488197f277ad0cef6b06) feature: add preferGlobal option ([#48](https://github.com/tauri-apps/tauri-action/pull/48)) on 2020-09-02 + ## [0.0.8] - Uploaded assets break when `data` receives `fs.readFileSync(assetPath).toString()` even though types suggest it. Giving it a Buffer fixes the issue. diff --git a/package.json b/package.json index e66fa44c04..d256c8c79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.0.8", + "version": "0.0.9", "description": "Tauri GitHub Action", "main": "dist/index.js", "scripts": {