Skip to content

Commit 3e68575

Browse files
committed
chore(release): 0.2.0
1 parent eccf4fd commit 3e68575

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.2.0] - 2025-01-04
6+
57
- Add commands "Add File to Cody", "Add Folder to Cody" and "Add Selection to Cody" (#10 - thanks @Yandrik)
68
- Rename "Add Folder to Cody" to "Add Folder (Recursive) to Cody"
79
- Add "Add Selected Files (Recursive) to Cody" to recursively add selected multiple files & folders

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Cody++",
44
"description": "Enhances Cody AI with additional file management and custom command features",
55
"publisher": "mnismt",
6-
"version": "0.1.3",
6+
"version": "0.2.0",
77
"license": "MIT",
88
"icon": "resources/cody-plus-plus.png",
99
"homepage": "https://github.com/mnismt/codyplusplus",
@@ -214,4 +214,4 @@
214214
"zod": "^3.23.8"
215215
},
216216
"packageManager": "[email protected]"
217-
}
217+
}

0 commit comments

Comments
 (0)