Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 9, 2024
1 parent 1bb818d commit 056dd10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/qunit-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@




## v3.1.1 (2024-04-09)

#### :bug: Bug Fix
* `qunit-dom`
* [#2090](https://github.com/mainmatter/qunit-dom/pull/2090) Support ShadowRoot, add tests for rootElement, Closes [#2089](https://github.com/mainmatter/qunit-dom/issues/2089) ([@lolmaus](https://github.com/lolmaus))

#### :house: Internal
* `qunit-dom`
* [#2080](https://github.com/mainmatter/qunit-dom/pull/2080) remove hidden target override from compilerOptions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v3.1.0 (2024-04-08)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion packages/qunit-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qunit-dom",
"version": "3.1.0",
"version": "3.1.1",
"description": "High Level DOM Assertions for QUnit",
"keywords": [
"browser",
Expand Down

0 comments on commit 056dd10

Please sign in to comment.