From 802604cca6815e5d3f2accf4fac6be35c378ee4e Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 15 Dec 2024 19:51:43 -0500 Subject: [PATCH] Release --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fdaf7..44844ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Cline Changelog +## [2.2.8] + +- More work on diff editing (better matching, indentation, logging) + ## [2.2.7] - More fixes to search/replace diffs diff --git a/package-lock.json b/package-lock.json index 945e8e7..733c114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.7", + "version": "2.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.7", + "version": "2.2.8", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 9fda9aa..62c46fa 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.7", + "version": "2.2.8", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",