diff --git a/.changeset/selfish-eyes-speak.md b/.changeset/selfish-eyes-speak.md deleted file mode 100644 index 97059e0f6a7..00000000000 --- a/.changeset/selfish-eyes-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add configurable delay after auto-writes to allow diagnostics to catch up diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b85514ef1..f78badfb024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Cline Changelog +## [2.2.29] + +- Add configurable delay after auto-writes to allow diagnostics to catch up + ## [2.2.28] - Use createFileSystemWatcher to more reliably update list of files to @-mention diff --git a/package-lock.json b/package-lock.json index 3b4ccbbd4f6..1f66b809c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.28", + "version": "2.2.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.28", + "version": "2.2.29", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 73600b4b9fa..9b3dbebef78 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Cline", "description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.", "publisher": "RooVeterinaryInc", - "version": "2.2.28", + "version": "2.2.29", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",