We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f251fd commit 8b12f21Copy full SHA for 8b12f21
3 files changed
.changeset/v3.52.1.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Roo Code Changelog
2
3
+## 3.52.1
4
+
5
+### Patch Changes
6
7
+- Add correct JSON schema for `.roomodes` configuration files (#11790 by @algorhythm85, PR #11791 by @app/roomote-v0)
8
+- Remove the hiring announcement from the VS Code extension UI (PR #12108 by @app/roomote-v0)
9
10
## 3.52.0
11
12
### Minor Changes
src/package.json
@@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
- "version": "3.52.0",
+ "version": "3.52.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
0 commit comments