Bump vs code version. (#1719)
Bump vs code version for a new version release. ### Change Type - [x] `patch` — Bug fix
This commit is contained in:
parent
7fe43bb2ef
commit
85db9ba469
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## 2.0.10
|
||||
- Removed the lock option from the highlighter tool.
|
||||
- Disabled the styles button for the laser tool on small screens.
|
||||
- Fixed mouse cursor after resizing during text creation. We now revert back to the default cursor.
|
||||
|
||||
## 2.0.9
|
||||
|
||||
- Stability improvements
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tldraw-vscode",
|
||||
"description": "The tldraw extension for VS Code.",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"private": true,
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue