From ac66cb89c0d2b76a3f50e7ab68513280740fa347 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:17:56 -0400 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37d59b..e7d30f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [2.1.2] + +- Misc. bug fixes +- Update README with new browser feature + ## [2.1.1] - Add stricter prompt to prevent Cline from editing files during a browser session without first closing the browser diff --git a/package.json b/package.json index 6ae3bf6..7b6e605 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline (prev. Claude Dev)", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "2.1.1", + "version": "2.1.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",