diff --git a/.changeset/funny-candles-exist.md b/.changeset/funny-candles-exist.md deleted file mode 100644 index 87965a8..0000000 --- a/.changeset/funny-candles-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Allow deleting single messages or all subsequent messages diff --git a/CHANGELOG.md b/CHANGELOG.md index fbce017..6551f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Cline Changelog +## [2.2.43] + +- Allow deleting single messages or all subsequent messages + ## [2.2.42] - Add a Git section to the context mentions diff --git a/package-lock.json b/package-lock.json index 74ae8ce..51ea26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.42", + "version": "2.2.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.42", + "version": "2.2.43", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 4868781..bc76900 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.42", + "version": "2.2.43", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",