Skip to content

Commit

Permalink
chore(release): 0.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Dec 29, 2022
1 parent 6ce8110 commit b4ebe9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.35](https://github.com/vitest-dev/vscode/compare/v0.2.34...v0.2.35) (2022-12-29)


### Bug Fixes

* map error to correct position when no sourcePos ([9d47d7d](https://github.com/vitest-dev/vscode/commit/9d47d7de20f021c933ba4b32dd05ffdf0a961875))

### [0.2.34](https://github.com/vitest-dev/vscode/compare/v0.2.33...v0.2.34) (2022-11-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitest-explorer",
"displayName": "Vitest",
"version": "0.2.34",
"version": "0.2.35",
"description": "Run and debug Vitest test cases",
"icon": "img/icon.png",
"preview": true,
Expand Down

0 comments on commit b4ebe9c

Please sign in to comment.