Skip to content

Commit

Permalink
Merge branch '0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed May 15, 2023
2 parents 3bdf0ac + 5b5939b commit 8528567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

- Loosened the dependency on `vitest` to allow for versions between 0.16 and 0.30
- Added missing type export for `toBeDisabled`

## v0.0.6

- Actually call `extend.expect` in `extend-expect` module (whoops!)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-dom",
"version": "0.0.5",
"version": "0.0.6",
"description": "Custom Vitest matchers to test the state of the DOM, forked from jest-dom.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8528567

Please sign in to comment.