From 7ae817bb89a8bdacd23b5a20b2e71577e409dc41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:20:18 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#269) Co-authored-by: amrbashir --- .changes/bundle-tsup.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/bundle-tsup.md diff --git a/.changes/bundle-tsup.md b/.changes/bundle-tsup.md deleted file mode 100644 index ad82db8d..00000000 --- a/.changes/bundle-tsup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-vscode': patch ---- - -Fix extension failing to active due missing dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index b6480897..ba676287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.2.8] + +- [`c64d572`](https://www.github.com/tauri-apps/tauri-vscode/commit/c64d572c1cb7fa5993aff5a9302459d0ab21ee02) ([#268](https://www.github.com/tauri-apps/tauri-vscode/pull/268)) Fix extension failing to active due missing dependencies + ## \[0.2.7] - [`8f41ede`](https://www.github.com/tauri-apps/tauri-vscode/commit/8f41ede1cda26ed88fe570d3030435773ae24dde) ([#242](https://www.github.com/tauri-apps/tauri-vscode/pull/242)) Install `cargo tauri` if not installed. diff --git a/package.json b/package.json index 359c0594..e87ce606 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tauri-vscode", "publisher": "tauri-apps", "displayName": "Tauri", - "version": "0.2.7", + "version": "0.2.8", "description": "Enhances the experience of Tauri apps development", "license": "MIT OR Apache-2.0", "icon": "assets/icon.png",