File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
"solution" : {
3
3
"qunit-dom" : {
4
4
"impact" : " minor" ,
5
- "oldVersion" : " 3.2.1 " ,
6
- "newVersion" : " 3.3 .0" ,
5
+ "oldVersion" : " 3.3.0 " ,
6
+ "newVersion" : " 3.4 .0" ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " minor" ,
13
13
"pkgJSONPath" : " ./packages/qunit-dom/package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2024-11-10 )\n\n qunit-dom 3.3 .0 (minor)\n\n #### :rocket: Enhancement\n * `qunit-dom`\n * [#2147 ](https://github.com/mainmatter/qunit-dom/pull/2147 ) feature: add HTML matching methods ([@CvX](https://github.com/CvX))\n\n #### Committers: 1\n - Jarek Radosz ([@CvX](https://github.com/CvX))\n "
16
+ "description" : " ## Release (2024-12-01 )\n\n qunit-dom 3.4 .0 (minor)\n\n #### :rocket: Enhancement\n * `qunit-dom`\n * [#2153 ](https://github.com/mainmatter/qunit-dom/pull/2153 ) feature: add includesValue/doesNotIncludeValue ([@CvX](https://github.com/CvX))\n\n #### Committers: 1\n - Jarek Radosz ([@CvX](https://github.com/CvX))\n "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-12-01)
4
+
5
+ qunit-dom 3.4.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` qunit-dom `
9
+ * [ #2153 ] ( https://github.com/mainmatter/qunit-dom/pull/2153 ) feature: add includesValue/doesNotIncludeValue ([ @CvX ] ( https://github.com/CvX ) )
10
+
11
+ #### Committers: 1
12
+ - Jarek Radosz ([ @CvX ] ( https://github.com/CvX ) )
13
+
3
14
## Release (2024-11-10)
4
15
5
16
qunit-dom 3.3.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qunit-dom" ,
3
- "version" : " 3.3 .0" ,
3
+ "version" : " 3.4 .0" ,
4
4
"description" : " High Level DOM Assertions for QUnit" ,
5
5
"keywords" : [
6
6
" browser" ,
You can’t perform that action at this time.
0 commit comments