Skip to content

Commit

Permalink
chore: release [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Oct 8, 2024
1 parent 8352e7c commit 884f8b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# quickpickle

## 1.1.0

### Minor Changes

- Added support for Vitest features through tags. Defaults are as follows:

- '@todo' or '@wip' tags will use `test.todo`
- '@skip' tags will use `test.skip`
- '@fails' tag will use `test.fails`
- '@concurrent' tag will use `test.concurrent`
- '@sequential' tag will use `test.sequential`

These can be configured in the config object passed to quickpickle.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickpickle",
"version": "1.0.0",
"version": "1.1.0",
"description": "Plugin for Vitest to run tests written in Gherkin Syntax.",
"keywords": [
"BDD",
Expand Down

0 comments on commit 884f8b5

Please sign in to comment.