version bump

This commit is contained in:
Justin Quan 2024-12-17 08:59:08 -08:00
parent c1985aef08
commit a69ba7d602
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Roo Cline Changelog
## [2.2.16]
- Fix bug where completion sound played when opening completed task
## [2.2.14 - 2.2.15]
- Make diff editing more robust to transient errors / fix bugs

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "2.2.15",
"version": "2.2.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "2.2.15",
"version": "2.2.16",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.26.0",

View file

@ -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.15",
"version": "2.2.16",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",