From 1bd35a221e89e0e87b53b45998cfcdc7f052c4b0 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sat, 6 Aug 2022 12:07:52 +0800 Subject: [PATCH] chore(release): 0.2.25 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11eec1b3..bba3855a 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.25](https://github.com/vitest-dev/vscode/compare/v0.2.24...v0.2.25) (2022-08-06) + + +### Bug Fixes + +* run partial test suite on windows ([#64](https://github.com/vitest-dev/vscode/issues/64)) ([a6019a4](https://github.com/vitest-dev/vscode/commit/a6019a45d45abb0411f3e6a67eaf5c5f00dead2e)) +* use source-mapped line when showing result. ([9db4fec](https://github.com/vitest-dev/vscode/commit/9db4fec1ca2336ccc53f0a4601e241268c5887e5)) + ### [0.2.24](https://github.com/vitest-dev/vscode/compare/v0.2.23...v0.2.24) (2022-08-06) ### [0.2.23](https://github.com/vitest-dev/vscode/compare/v0.2.22...v0.2.23) (2022-07-24) diff --git a/package.json b/package.json index 24bf1710..52f81213 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vitest-explorer", "displayName": "Vitest", - "version": "0.2.24", + "version": "0.2.25", "description": "Run and debug Vitest test cases", "icon": "img/icon.png", "preview": true,