diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddfb5d57..d18e9443 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.2" + ".": "2.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d523a68..70d755c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.0](https://github.com/bman654/clodex/compare/v2.12.2...v2.13.0) (2026-09-14) + + +### Features + +* **oauth:** keep parallel conversations cached instead of dropping them at a fixed limit ([#236](https://github.com/bman654/clodex/issues/236)) ([acade46](https://github.com/bman654/clodex/commit/acade463f315dd3a5f2969f666caf613bb335f4e)), closes [#222](https://github.com/bman654/clodex/issues/222) + ## [2.12.2](https://github.com/bman654/clodex/compare/v2.12.1...v2.12.2) (2026-09-13) diff --git a/package.json b/package.json index 63402568..037f262c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bman654/clodex", - "version": "2.12.2", + "version": "2.13.0", "publishConfig": { "access": "public" },