apply version updates (#284)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-22 03:03:43 +02:00
committed by GitHub
parent 1776543f58
commit 63569dda10
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'tauri-vscode': patch
---
Fix extension trying to use npm instead of cargo.

View File

@@ -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.

View File

@@ -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",