Version bump.

### Change Type

<!--  Please select a 'Scope' label ️ -->

- [ ] `sdk` — Changes the tldraw SDK
- [ ] `dotcom` — Changes the tldraw.com web app
- [ ] `docs` — Changes to the documentation, examples, or templates.
- [x] `vs code` — Changes to the vscode plugin
- [ ] `internal` — Does not affect user-facing stuff

<!--  Please select a 'Type' label ️ -->

- [ ] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [ ] `improvement` — Improving existing features
- [x] `chore` — Updating dependencies, other boring stuff
- [ ] `galaxy brain` — Architectural changes
- [ ] `tests` — Changes to any test code
- [ ] `tools` — Changes to infrastructure, CI, internal scripts,
debugging tools, etc.
- [ ] `dunno` — I don't know

### Release Notes

- VS Code release.
pull/3665/head
Mitja Bezenšek 2024-04-30 15:03:27 +02:00 zatwierdzone przez GitHub
rodzic 085c3e5498
commit b431c854b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,10 @@
## 2.0.32
- Performance improvements.
- Improves resizing of text.
- Fixes a few issues with the minimap.
- Fixes a few issues with editing text.
## 2.0.31
- Improved minimap.

Wyświetl plik

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