diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index c5f501067..ff28d3da6 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -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. diff --git a/apps/vscode/extension/package.json b/apps/vscode/extension/package.json index d14882b91..f5bc03fe5 100644 --- a/apps/vscode/extension/package.json +++ b/apps/vscode/extension/package.json @@ -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": {