Skip to content

Commit 4348150

Browse files
chore(release): 0.20.24
## [0.20.24](v0.20.23...v0.20.24) (2025-11-05) ### Bug Fixes * apply manifest should appload the whole directory recursively ([#409](#409)) ([90e3dbf](90e3dbf))
1 parent 90e3dbf commit 4348150

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.24](https://github.com/autokitteh/vscode-extension/compare/v0.20.23...v0.20.24) (2025-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* apply manifest should appload the whole directory recursively ([#409](https://github.com/autokitteh/vscode-extension/issues/409)) ([90e3dbf](https://github.com/autokitteh/vscode-extension/commit/90e3dbf8db89f3b6d61ad7a96aefb856e1fd318d))
7+
18
## [0.20.23](https://github.com/autokitteh/vscode-extension/compare/v0.20.22...v0.20.23) (2025-10-16)
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
@@ -396,7 +396,7 @@
396396
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
397397
"format:check": "prettier --check \"src/**/*.{ts,tsx}\""
398398
},
399-
"version": "0.20.23",
399+
"version": "0.20.24",
400400
"workspaces": [
401401
"vscode-react"
402402
]

0 commit comments

Comments
 (0)