Skip to content

Commit

Permalink
[create-pull-request] automated change (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: jbolda <[email protected]>
  • Loading branch information
github-actions[bot] and jbolda authored Sep 2, 2020
1 parent a45f21b commit 2dd3c00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/add-preferGlobal-option.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.0.8",
"version": "0.0.9",
"description": "Tauri GitHub Action",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2dd3c00

Please sign in to comment.