Apply Version Updates From Current Changes (#197)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-03-17 16:54:37 +02:00
committed by GitHub
parent f4a6ec5f2b
commit 710da2c646
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'tauri-vscode': patch
---
use stripAnsi to remove ansi colors in output

View File

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

View File

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