diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 41ea87d..f6a9e15 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf6ffb..9207ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/LRainner/AgentCat/compare/v1.2.1...v1.2.2) (2026-07-26) + + +### Bug Fixes + +* **ci:** publish complete releases atomically ([#12](https://github.com/LRainner/AgentCat/issues/12)) ([49be2b5](https://github.com/LRainner/AgentCat/commit/49be2b5338d9b462369e0a445ef755af1ca48b91)) + ## [1.2.1](https://github.com/LRainner/AgentCat/compare/v1.2.0...v1.2.1) (2026-07-26) diff --git a/package-lock.json b/package-lock.json index c73c96e..43caa85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agent-cat", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agent-cat", - "version": "1.2.1", + "version": "1.2.2", "dependencies": { "@tauri-apps/api": "^2.8.0", "@tauri-apps/plugin-process": "^2.3.1", diff --git a/package.json b/package.json index ecacc79..228da0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agent-cat", "private": true, - "version": "1.2.1", + "version": "1.2.2", "type": "module", "scripts": { "dev": "vite",