From 7c3de6e8d7a383391ed690a0979bea252cc8b4cf Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sat, 19 Nov 2022 13:26:55 +0800 Subject: [PATCH] chore(release): 0.2.34 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec83bb2..7ff68a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.34](https://github.com/vitest-dev/vscode/compare/v0.2.33...v0.2.34) (2022-11-19) + + +### Bug Fixes + +* don't raise version warning if vitest is not installed yet ([744032c](https://github.com/vitest-dev/vscode/commit/744032c46cffec24aad8d3817063f07329284c62)) +* only collect test result once ([f330530](https://github.com/vitest-dev/vscode/commit/f330530b0f895f5834da08f5fbebe7f287a82497)) + ### [0.2.33](https://github.com/vitest-dev/vscode/compare/v0.2.32...v0.2.33) (2022-11-19) diff --git a/package.json b/package.json index 07a1b593..e3458bee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vitest-explorer", "displayName": "Vitest", - "version": "0.2.33", + "version": "0.2.34", "description": "Run and debug Vitest test cases", "icon": "img/icon.png", "preview": true,