diff --git a/.changes/cargo-tauri-cli.md b/.changes/cargo-tauri-cli.md deleted file mode 100644 index 238c1594..00000000 --- a/.changes/cargo-tauri-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-vscode": patch ---- - -Install `cargo tauri` if not installed. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a8b4a5..b6480897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.2.6] - Revert multiple deps update. diff --git a/package.json b/package.json index e1d5747e..cf319f00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tauri-vscode", "publisher": "tauri-apps", "displayName": "Tauri", - "version": "0.2.6", + "version": "0.2.7", "description": "Enhances the experience of Tauri apps development", "license": "MIT OR Apache-2.0", "icon": "assets/icon.png",