VS Code extension version bump with the latest changes.

### 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
pull/2101/head
Mitja Bezenšek 2023-10-17 16:45:11 +02:00 zatwierdzone przez GitHub
rodzic 9c3b3ddbe0
commit ed95b6252d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
## 2.0.14
- Bug fixes and performance improvements. More info:
https://github.com/tldraw/tldraw/releases/tag/v2.0.0-alpha.17
## 2.0.13
- Bug fixes and performance improvements. More info:
https://github.com/tldraw/tldraw/releases/tag/v2.0.0-alpha.16

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "tldraw-vscode",
"description": "The tldraw extension for VS Code.",
"version": "2.0.13",
"version": "2.0.14",
"private": true,
"packageManager": "yarn@3.5.0",
"author": {