Skip to content

Commit 056dd10

Browse files
committed
v3.1.1
1 parent 1bb818d commit 056dd10

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/qunit-dom/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55

66

7+
8+
## v3.1.1 (2024-04-09)
9+
10+
#### :bug: Bug Fix
11+
* `qunit-dom`
12+
* [#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))
13+
14+
#### :house: Internal
15+
* `qunit-dom`
16+
* [#2080](https://github.com/mainmatter/qunit-dom/pull/2080) remove hidden target override from compilerOptions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 2
19+
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
722
## v3.1.0 (2024-04-08)
823

924
#### :rocket: Enhancement

packages/qunit-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qunit-dom",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "High Level DOM Assertions for QUnit",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)