From 8457cccab09818aafa7a631d2d1b5388a5c033de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:26:04 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#4369) Co-authored-by: lucasfernog --- .changes/fix-write-binary-file-api.md | 5 ----- tooling/api/CHANGELOG.md | 5 +++++ tooling/api/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-write-binary-file-api.md diff --git a/.changes/fix-write-binary-file-api.md b/.changes/fix-write-binary-file-api.md deleted file mode 100644 index c8b85801a..000000000 --- a/.changes/fix-write-binary-file-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api": patch ---- - -Fixes the `writeBinaryFile` sending an empty file contents when only the first argument is passed. diff --git a/tooling/api/CHANGELOG.md b/tooling/api/CHANGELOG.md index ad7e03f04..c331bb1c4 100644 --- a/tooling/api/CHANGELOG.md +++ b/tooling/api/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.1] + +- Fixes the `writeBinaryFile` sending an empty file contents when only the first argument is passed. + - [ea43cf52](https://www.github.com/tauri-apps/tauri/commit/ea43cf52db8541d20a6397ef3ecd40f0f2bd6113) fix(api): `writeBinaryFile` sends an empty contents with only one arg ([#4368](https://www.github.com/tauri-apps/tauri/pull/4368)) on 2022-06-16 + ## \[1.0.0] - Allow choosing multiple folders in `dialog.open`. diff --git a/tooling/api/package.json b/tooling/api/package.json index 1285eb063..170725bde 100644 --- a/tooling/api/package.json +++ b/tooling/api/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/api", - "version": "1.0.0", + "version": "1.0.1", "description": "Tauri API definitions", "type": "module", "funding": {