Skip to content

Commit 63569dd

Browse files
apply version updates (#284)
Co-authored-by: amrbashir <[email protected]>
1 parent 1776543 commit 63569dd

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/fix-cargo.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.2.10]
4+
5+
- [`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.
6+
37
## \[0.2.9]
48

59
- [`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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tauri-vscode",
33
"publisher": "tauri-apps",
44
"displayName": "Tauri",
5-
"version": "0.2.9",
5+
"version": "0.2.10",
66
"description": "Enhances the experience of Tauri apps development",
77
"license": "MIT OR Apache-2.0",
88
"icon": "assets/icon.png",

0 commit comments

Comments
 (0)