VS code bump 2.0.16 (#2193)

Bumps the version for VS code extension.

### 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
This commit is contained in:
Mitja Bezenšek 2023-11-10 11:48:14 +01:00 committed by GitHub
parent 56ada41ae7
commit 957fced41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## 2.0.16
- Fixed keyboard shortcuts.
- Fixed edit link button stopping the mouse events from working.
- Fixed a bug with grouping / ungrouping which prevented the actions menu from closing correctly.
- Fixed arrowheads not being correctly localized in the Style panel.
- Fixed a bug where arrows with length 0 could crash the app.
## 2.0.15
- Bug fixes and performance improvements.

View file

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