diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3b1e29..9fbc0cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.1" + ".": "3.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e09b678..36ddd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.2](https://github.com/InstaZDLL/TPI-Flow/compare/tpi-flow-v3.2.1...tpi-flow-v3.2.2) (2026-05-05) + + +### Bug Fixes + +* **search:** navigation clavier dans les résultats Cmd+K ([#259](https://github.com/InstaZDLL/TPI-Flow/issues/259)) ([3177829](https://github.com/InstaZDLL/TPI-Flow/commit/31778297317da34ea562ff31cce23a09919ac61e)) + ## [3.2.1](https://github.com/InstaZDLL/TPI-Flow/compare/tpi-flow-v3.2.0...tpi-flow-v3.2.1) (2026-05-04) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 8a975a3..28084cf 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "TPI Flow", - "version": "3.2.1", + "version": "3.2.2", "identifier": "ch.tpiflow.desktop", "build": { "beforeDevCommand": "bun run --cwd ../.. build:desktop", diff --git a/package.json b/package.json index 81860d0..db72e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tpi-flow", - "version": "3.2.1", + "version": "3.2.2", "license": "Elastic-2.0", "private": true, "type": "module",