VS Code version bump.

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version
pull/2818/head
Mitja Bezenšek 2024-02-13 13:26:11 +01:00 zatwierdzone przez GitHub
rodzic 2c87c20b0e
commit 8f9e6e4533
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,9 @@
## 2.0.24
- New: You can now use tldraw in Croatian language.
- Small visual improvements.
- Bug fixes.
## 2.0.23
- New: Positional keyboard shortcuts for toolbar. You can now use 1, 2, 3,... to select the first, second, third,... tool in the toolbar.

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "tldraw-vscode",
"description": "The tldraw extension for VS Code.",
"version": "2.0.23",
"version": "2.0.24",
"private": true,
"author": {
"name": "tldraw Inc.",