Skip to content

Commit 94fde61

Browse files
committed
v3.1.2
1 parent bcab0a4 commit 94fde61

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/qunit-dom/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66

77

8+
9+
## v3.1.2 (2024-04-23)
10+
11+
#### :bug: Bug Fix
12+
* `qunit-dom`
13+
* [#2105](https://github.com/mainmatter/qunit-dom/pull/2105) fix(hasStyle): allow using camelCase properties inside assertion object ([@BobrImperator](https://github.com/BobrImperator))
14+
15+
#### Committers: 1
16+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
17+
818
## v3.1.1 (2024-04-09)
919

1020
#### :bug: Bug Fix

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.1",
3+
"version": "3.1.2",
44
"description": "High Level DOM Assertions for QUnit",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)