mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
apply version updates (#284)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1776543f58
commit
63569dda10
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'tauri-vscode': patch
|
||||
---
|
||||
|
||||
Fix extension trying to use npm instead of cargo.
|
||||
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user