From 710da2c646ec2629ebf226062bdc5114fc9e2d6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 16:54:37 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#197) Co-authored-by: amrbashir --- .changes/strip-ansi.md | 5 ----- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/strip-ansi.md diff --git a/.changes/strip-ansi.md b/.changes/strip-ansi.md deleted file mode 100644 index 0b2edc8..0000000 --- a/.changes/strip-ansi.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-vscode': patch ---- - -use stripAnsi to remove ansi colors in output diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0f02c..34747a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index b39aa27..9e04f69 100644 --- a/package.json +++ b/package.json @@ -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" },