From b2ff29169f86604f64ef77931b42861883e8c35d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 16:24:46 -0300 Subject: [PATCH] Publish New Versions (#11) Co-authored-by: lucasfernog --- .changes/dev-dependency-support.md | 5 ----- .changes/tar-debug-conflict.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changes/dev-dependency-support.md delete mode 100644 .changes/tar-debug-conflict.md diff --git a/.changes/dev-dependency-support.md b/.changes/dev-dependency-support.md deleted file mode 100644 index ef5645cda1..0000000000 --- a/.changes/dev-dependency-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"action": patch ---- - -Adds support to `tauri` listed as a dev dependency on `package.json`. diff --git a/.changes/tar-debug-conflict.md b/.changes/tar-debug-conflict.md deleted file mode 100644 index 4d4c3a7b04..0000000000 --- a/.changes/tar-debug-conflict.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"action": patch ---- - -Fixes the macOS `.app` compression to `tar` when using `includeDebug`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb7f567d1..99de4e1c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5] + +- Adds support to tauri listed as a dev dependency on package.json. + - [a14bbef](https://github.com/tauri-apps/tauri-action/commit/a14bbefa2fd178a3a3e5621316aeda4124b91440) feat(action) add support to devDependencies' tauri on 2020-07-12 +- Fixes the macOS .app compression to tar when using includeDebug. + - [52c88ce](https://github.com/tauri-apps/tauri-action/commit/52c88ce6cfcd8e951b027cd1aadba562c93befe7) fix(action) macOS .app compression with `includeDir`= true on 2020-07-12 + ## [0.0.4] - Fixes the action build script. diff --git a/package.json b/package.json index e25eec6d01..0ae0f39c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.0.4", + "version": "0.0.5", "description": "Tauri GitHub Action", "main": "dist/index.js", "scripts": {