diff --git a/.changes/fix-cargo.md b/.changes/fix-cargo.md deleted file mode 100644 index c430232c..00000000 --- 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 60e04342..8c528c4d 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 44a91db0..f7c11540 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",