Skip to content

Commit

Permalink
Publish New Versions (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <[email protected]>
  • Loading branch information
github-actions[bot] and lucasfernog authored Jul 12, 2020
1 parent a14bbef commit b2ff291
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/dev-dependency-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/tar-debug-conflict.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.4",
"version": "0.0.5",
"description": "Tauri GitHub Action",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b2ff291

Please sign in to comment.