mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
Apply Version Updates From Current Changes (#197)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f4a6ec5f2b
commit
710da2c646
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'tauri-vscode': patch
|
||||
---
|
||||
|
||||
use stripAnsi to remove ansi colors in output
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.2.2]
|
||||
|
||||
- use stripAnsi to remove ansi colors in output
|
||||
- [2a0af16](https://www.github.com/tauri-apps/tauri-vscode/commit/2a0af165bf83e9001ceb3154706b89cff8605960) fix: use stripAnsi to remove ansi colors in output ([#196](https://www.github.com/tauri-apps/tauri-vscode/pull/196)) on 2023-02-06
|
||||
|
||||
## \[0.2.1]
|
||||
|
||||
- Add support for `cargo` as a package manager.
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/tauri-apps/tauri-vscode.git"
|
||||
},
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"engines": {
|
||||
"vscode": "^1.66.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user