VS Code 2.0.30 (#3519)

Version bump for the hotfix.

### 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 ️ -->

- [x] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [ ] `improvement` — Improving existing features
- [ ] `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
This commit is contained in:
Mitja Bezenšek 2024-04-17 22:16:40 +02:00 committed by GitHub
parent 625f4abc3b
commit dd0b7b882d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 2.0.30
- Fixes a bug that prevented opening some files.
## 2.0.29 ## 2.0.29
- Improved note shapes. - Improved note shapes.

View file

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