Update changelog. Bump version. (#1546)
Update the VS Code changelog and bump the version. ### Change Type - [x] `patch` — Bug Fix
This commit is contained in:
parent
f2d8fae6ea
commit
2372478556
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
## 2.0.8
|
||||
- New highlighter tool!
|
||||
- You can now lock shapes.
|
||||
- Added vertical align setting to Note shapes.
|
||||
- Added reduce motion user preference.
|
||||
- Fixed control clicking not working on Mac.
|
||||
- Improved translations.
|
||||
- Fixed a problem where arrows might cause the extension to crash.
|
||||
|
||||
## 2.0.7
|
||||
- New laser tool!
|
||||
- New checkbox shape!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tldraw-vscode",
|
||||
"description": "The tldraw extension for VS Code.",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"private": true,
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue