From 1dede561319a685e6822395239ea6855941d5cb5 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Wed, 28 Jun 2023 11:35:55 +0100 Subject: [PATCH] [chore] bump vscode extension to 2.0.9 (#1662) Bump vscode to 2.0.9 ### Change Type - [x] `internal` --- apps/vscode/extension/CHANGELOG.md | 10 ++++++++-- apps/vscode/extension/package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index cc3ab31cf..43b48af55 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -1,4 +1,9 @@ +## 2.0.9 + +- Stability improvements + ## 2.0.8 + - New highlighter tool! - You can now lock shapes. - Added vertical align setting to Note shapes. @@ -7,7 +12,8 @@ - Improved translations. - Fixed a problem where arrows might cause the extension to crash. -## 2.0.7 +## 2.0.7 + - New laser tool! - New checkbox shape! - Add veritcal alignment options to Notes and Geo shapes. @@ -15,6 +21,7 @@ - Improve exporting and saving to svgs. ## 2.0.6 + - Improved appearance of selection for single draw shapes. - Improve handling of pixel scale when pasting images. - Fixed a bug where pasted tabs wouldn't get converted into spaces. @@ -26,7 +33,6 @@ - Fixed a minor consistency bug when re-doing a shape update. - Re-doing a deletion of the current page now correctly navigates back to that page. - ## 2.0.5 - Fixed another issue with undo / redo. diff --git a/apps/vscode/extension/package.json b/apps/vscode/extension/package.json index f2a4edba3..31a431805 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.8", + "version": "2.0.9", "private": true, "packageManager": "yarn@3.5.0", "author": {