Merge pull request #27 from JonasKruckenberg/release

Publish New Versions
This commit is contained in:
Jonas Kruckenberg 2022-05-09 09:33:50 +02:00 committed by GitHub
commit 0c43d97746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,7 @@
".changes/fix-build-args.md", ".changes/fix-build-args.md",
".changes/fix-cli-on-platforms.md", ".changes/fix-cli-on-platforms.md",
".changes/fix-optional-chdir.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 # 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] ## \[0.1.2-beta.3]
- Only change working directory when projectPath is given. - Only change working directory when projectPath is given.

View File

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