From 4b180f08e2a13dcd34df79caf78483839930c40e Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sun, 19 Jun 2022 17:08:26 +0800 Subject: [PATCH] chore(release): 0.2.16 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043af07b..cee1d760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.16](https://github.com/vitest-dev/vscode/compare/v0.2.15...v0.2.16) (2022-06-19) + + +### Features + +* show enqueue status, show test result faster ([ff2ad74](https://github.com/vitest-dev/vscode/commit/ff2ad744cd96dc064102559d1c64348054cf968e)) + + +### Bug Fixes + +* update required minimal vitest version ([3f8c817](https://github.com/vitest-dev/vscode/commit/3f8c817fbd28be8ddbfeadcb8c9109e81b937d1a)) + ### [0.2.15](https://github.com/vitest-dev/vscode/compare/v0.2.14...v0.2.15) (2022-06-19) diff --git a/package.json b/package.json index bf8707e6..68753d00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vitest-explorer", "displayName": "Vitest", - "version": "0.2.15", + "version": "0.2.16", "description": "Run and debug Vitest test cases", "icon": "img/icon.png", "preview": true,