From 949fb857559fa84dfe68840b0219a36fef57a1c8 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 31 Jul 2025 21:36:35 +0100 Subject: [PATCH] Transcribe v3.4.5 --- packages/transcribe/package.json | 2 +- readme/about/changelog/transcribe.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/transcribe/package.json b/packages/transcribe/package.json index 0e32a3843c..881922135e 100644 --- a/packages/transcribe/package.json +++ b/packages/transcribe/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/transcribe", - "version": "3.4.4", + "version": "3.4.5", "private": true, "scripts": { "rebuild": "yarn clean && yarn build && yarn tsc", diff --git a/readme/about/changelog/transcribe.md b/readme/about/changelog/transcribe.md index 528de79837..37fd42987c 100644 --- a/readme/about/changelog/transcribe.md +++ b/readme/about/changelog/transcribe.md @@ -1,5 +1,5 @@ # Transcribe Changelog -## [transcribe-v3.4.4](https://github.com/laurent22/joplin/releases/tag/transcribe-v3.4.4) - 2025-07-31T17:40:57Z +## [transcribe-v3.4.5](https://github.com/laurent22/joplin/releases/tag/transcribe-v3.4.5) - 2025-07-31T20:36:15Z - Fixed: Removes file from temporary folder after storing it (#12795) (#12765 by [@pedr](https://github.com/pedr))