Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Mar 22, 2022
1 parent 98b0820 commit f70a4ff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Changelog

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.1.1 (2022-03-22)


### Features

* add test runtime ([3d6e1ab](https://github.com/zxch3n/vitest-explorer/commit/3d6e1ab1d96c7182f788355236e1bb953dd2e344))
* discover tests ([c2dfcbf](https://github.com/zxch3n/vitest-explorer/commit/c2dfcbf5ccab5dd7e6aeb2003564e4046730ed44))
* forward output ([98b0820](https://github.com/zxch3n/vitest-explorer/commit/98b082034366fe261daf1f88c067153e02340727))
* run tests ([94c6161](https://github.com/zxch3n/vitest-explorer/commit/94c616131c50662998e194a155633576075499c5))
* support debug ([50aafca](https://github.com/zxch3n/vitest-explorer/commit/50aafca9eda32aad5d058cf947f9e48d1ab1c57a))


### Bug Fixes

* cannot get test result correctly ([3847bd4](https://github.com/zxch3n/vitest-explorer/commit/3847bd4f49e14d011a4e7a6679c69cc4e2b03441))
* conditionally activate extension ([0b18649](https://github.com/zxch3n/vitest-explorer/commit/0b186491372aec38e1e6f9df2495bf98373aa81e))
* end run after all tests settled ([f538b2b](https://github.com/zxch3n/vitest-explorer/commit/f538b2b2900313bd372708302f61c87a90adc8fc))
* launch script ([263ef2c](https://github.com/zxch3n/vitest-explorer/commit/263ef2caaf4d59487f89aad53669364307cb90ae))
* load test in visible text editors ([c659196](https://github.com/zxch3n/vitest-explorer/commit/c659196e4f1b6ba04893196eafc924adca3f8bf3))
* run test with full name ([4269efc](https://github.com/zxch3n/vitest-explorer/commit/4269efc2efd8ee35d4ea7a89b47a41dffd92611b))
* test registry bug ([d041868](https://github.com/zxch3n/vitest-explorer/commit/d041868550c42ae2c65a9e4577d0c7875a51b4d0))
* use testCase index to retrieve testItem ([89daff4](https://github.com/zxch3n/vitest-explorer/commit/89daff47638091f035a4a455d388b224a8a3d22a))

# Change Log

All notable changes to the "vitest-explorer" extension will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vitest-explorer",
"displayName": "Vitest",
"description": "Run and debug Vitest test cases",
"version": "0.1.0",
"version": "0.1.1",
"icon": "img/icon.png",
"preview": true,
"author": "zxch3n",
Expand Down

0 comments on commit f70a4ff

Please sign in to comment.