Skip to content

Commit c70d5c4

Browse files
chore(release): 0.20.21
## [0.20.21](v0.20.20...v0.20.21) (2025-10-09) ### Bug Fixes * **UI-1883:** only set resources when creating new projects on applyManifest ([#407](#407)) ([f1f8119](f1f8119)) ### Features * **UI-1883:** update files on server when user runs apply-manifest ([#404](#404)) ([09c2540](09c2540))
1 parent f1f8119 commit c70d5c4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.20.21](https://github.com/autokitteh/vscode-extension/compare/v0.20.20...v0.20.21) (2025-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **UI-1883:** only set resources when creating new projects on applyManifest ([#407](https://github.com/autokitteh/vscode-extension/issues/407)) ([f1f8119](https://github.com/autokitteh/vscode-extension/commit/f1f81190a9526ff0fb6c513a835e3f1b4fac2fda))
7+
8+
9+
### Features
10+
11+
* **UI-1883:** update files on server when user runs apply-manifest ([#404](https://github.com/autokitteh/vscode-extension/issues/404)) ([09c2540](https://github.com/autokitteh/vscode-extension/commit/09c25400f24b454b365a2730f7193a47f5e51fd3))
12+
113
## [0.20.20](https://github.com/autokitteh/vscode-extension/compare/v0.20.19...v0.20.20) (2025-10-03)
214

315
## [0.20.19](https://github.com/autokitteh/vscode-extension/compare/v0.20.18...v0.20.19) (2025-04-29)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
390390
"format:check": "prettier --check \"src/**/*.{ts,tsx}\""
391391
},
392-
"version": "0.20.20",
392+
"version": "0.20.21",
393393
"workspaces": [
394394
"vscode-react"
395395
]

0 commit comments

Comments
 (0)