From 86934d502e4d5b29a9105c9e6eea3ef02d4f3151 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 1 Aug 2025 11:14:18 +0100 Subject: [PATCH] Transcribe v3.4.6 --- 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 881922135e..62126df962 100644 --- a/packages/transcribe/package.json +++ b/packages/transcribe/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/transcribe", - "version": "3.4.5", + "version": "3.4.6", "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 37fd42987c..2e86e8369b 100644 --- a/readme/about/changelog/transcribe.md +++ b/readme/about/changelog/transcribe.md @@ -1,5 +1,5 @@ # Transcribe Changelog -## [transcribe-v3.4.5](https://github.com/laurent22/joplin/releases/tag/transcribe-v3.4.5) - 2025-07-31T20:36:15Z +## [transcribe-v3.4.6](https://github.com/laurent22/joplin/releases/tag/transcribe-v3.4.6) - 2025-08-01T10:14:08Z - Fixed: Removes file from temporary folder after storing it (#12795) (#12765 by [@pedr](https://github.com/pedr))