Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed May 15, 2023
1 parent 66799cb commit 69b1ec8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# `vitest-dom`

## v0.0.5

- Loosened the dependency on `vitest` to allow for versions between 0.16 and 0.30
- Added missing type export for `toBeDisabled`
6 changes: 3 additions & 3 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.4",
"version": "0.0.5",
"description": "Custom Vitest matchers to test the state of the DOM, forked from jest-dom.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 69b1ec8

Please sign in to comment.