publish new versions

This commit is contained in:
JonasKruckenberg 2022-05-09 07:31:57 +00:00 committed by GitHub
parent 9c722640b5
commit 3943ecf3e6
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,7 @@
".changes/fix-build-args.md",
".changes/fix-cli-on-platforms.md",
".changes/fix-optional-chdir.md",
".changes/fix-project-path.md"
".changes/fix-project-path.md",
".changes/fix-replace-execa.md"
]
}

View File

@ -1,5 +1,10 @@
# Changelog
## \[0.1.2-beta.4]
- Replace execa with standard NodeJS exec.
- [9c72264](https://github.com/JonasKruckenberg/tauri-build/commit/9c722640b5343e17d4e870945a5ab8bab093a782) add changefile on 2022-05-09
## \[0.1.2-beta.3]
- Only change working directory when projectPath is given.

View File

@ -1,6 +1,6 @@
{
"name": "tauri-build",
"version": "0.1.2-beta.3",
"version": "0.1.2-beta.4",
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {