From 63569dda10d967608fe581e193d9205a85e16469 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:03:43 +0200 Subject: [PATCH] apply version updates (#284) Co-authored-by: amrbashir --- .changes/fix-cargo.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-cargo.md diff --git a/.changes/fix-cargo.md b/.changes/fix-cargo.md deleted file mode 100644 index c430232..0000000 --- a/.changes/fix-cargo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-vscode': patch ---- - -Fix extension trying to use npm instead of cargo. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e0434..8c528c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.2.10] + +- [`1776543`](https://www.github.com/tauri-apps/tauri-vscode/commit/1776543f585f57cc7d467ce8ae4cc69e8287aaea) ([#282](https://www.github.com/tauri-apps/tauri-vscode/pull/282)) Fix extension trying to use npm instead of cargo. + ## \[0.2.9] - [`53b84b4`](https://www.github.com/tauri-apps/tauri-vscode/commit/53b84b4dc2029313a718d1919c78f82da0329783) ([#273](https://www.github.com/tauri-apps/tauri-vscode/pull/273)) Fix extensions commands not working with `EISDIR` error. diff --git a/package.json b/package.json index 44a91db..f7c1154 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tauri-vscode", "publisher": "tauri-apps", "displayName": "Tauri", - "version": "0.2.9", + "version": "0.2.10", "description": "Enhances the experience of Tauri apps development", "license": "MIT OR Apache-2.0", "icon": "assets/icon.png",