Skip to content

Commit df3362a

Browse files
chore(release): 0.20.22
## [0.20.22](v0.20.21...v0.20.22) (2025-10-15) ### Features * **UI-1541:** improve project creation from yml ([#401](#401)) ([881359b](881359b))
1 parent 881359b commit df3362a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.20.22](https://github.com/autokitteh/vscode-extension/compare/v0.20.21...v0.20.22) (2025-10-15)
2+
3+
4+
### Features
5+
6+
* **UI-1541:** improve project creation from yml ([#401](https://github.com/autokitteh/vscode-extension/issues/401)) ([881359b](https://github.com/autokitteh/vscode-extension/commit/881359ba920e7471ceac153b6d64c3e49ca6396a))
7+
18
## [0.20.21](https://github.com/autokitteh/vscode-extension/compare/v0.20.20...v0.20.21) (2025-10-09)
29

310

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
@@ -391,7 +391,7 @@
391391
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
392392
"format:check": "prettier --check \"src/**/*.{ts,tsx}\""
393393
},
394-
"version": "0.20.21",
394+
"version": "0.20.22",
395395
"workspaces": [
396396
"vscode-react"
397397
]

0 commit comments

Comments
 (0)