diff --git a/.changes/pre.json b/.changes/pre.json index 672e0fb..0c7f697 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -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" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5586c..fd7a105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 2563c97..c0f3434 100644 --- a/package.json +++ b/package.json @@ -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": {