Update VS Code extension 2.0.13 (#2066)
Update VS code extension version and changelog. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2] [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version
This commit is contained in:
parent
ed5df33244
commit
ec97b740b4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## 2.0.13
|
||||
- Bug fixes and performance improvements. More info:
|
||||
https://github.com/tldraw/tldraw/releases/tag/v2.0.0-alpha.16
|
||||
|
||||
## 2.0.12
|
||||
- Bug fixes and performance improvements.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tldraw-vscode",
|
||||
"description": "The tldraw extension for VS Code.",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"private": true,
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue