diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bb4db2..b3e3395 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "1.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c53ae96..8bed40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.3](https://github.com/BOTOOM/Cliprithm/compare/cliprithm-v1.3.2...cliprithm-v1.3.3) (2026-06-06) + + +### Bug Fixes + +* **build:** align Tauri pnpm tooling ([b6d2372](https://github.com/BOTOOM/Cliprithm/commit/b6d237239b74aac578c3e706f196f640a47f9c7f)) +* **build:** reuse prebundled ffmpeg sidecars ([d9204a1](https://github.com/BOTOOM/Cliprithm/commit/d9204a1b9cefc13f8ac9f4f3209be8900fd8e2a4)) + ## [1.3.2](https://github.com/BOTOOM/Cliprithm/compare/cliprithm-v1.3.1...cliprithm-v1.3.2) (2026-06-06) diff --git a/package-lock.json b/package-lock.json index a90645a..2f363b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cliprithm", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cliprithm", - "version": "1.3.2", + "version": "1.3.3", "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "^2.6.0", diff --git a/package.json b/package.json index d8b669c..1f4c5fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cliprithm", "private": true, - "version": "1.3.2", + "version": "1.3.3", "type": "module", "packageManager": "pnpm@10.33.0", "scripts": {