mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
publish new versions
This commit is contained in:
parent
9c722640b5
commit
3943ecf3e6
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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.
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user