Skip to content

Commit 3b04084

Browse files
chore(release): 0.20.23
## [0.20.23](v0.20.22...v0.20.23) (2025-10-16) ### Bug Fixes * extension build and loading states ([#408](#408)) ([fa53b85](fa53b85))
1 parent fa53b85 commit 3b04084

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.23](https://github.com/autokitteh/vscode-extension/compare/v0.20.22...v0.20.23) (2025-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* extension build and loading states ([#408](https://github.com/autokitteh/vscode-extension/issues/408)) ([fa53b85](https://github.com/autokitteh/vscode-extension/commit/fa53b85899cfbc2f973d5ee3c514309ad83f297a))
7+
18
## [0.20.22](https://github.com/autokitteh/vscode-extension/compare/v0.20.21...v0.20.22) (2025-10-15)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@
395395
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
396396
"format:check": "prettier --check \"src/**/*.{ts,tsx}\""
397397
},
398-
"version": "0.20.22",
398+
"version": "0.20.23",
399399
"workspaces": [
400400
"vscode-react"
401401
]
402-
}
402+
}

0 commit comments

Comments
 (0)