Skip to content

Commit f2be836

Browse files
Merge pull request #2148 from mainmatter/release-preview
Prepare Release
2 parents c08780e + 0c142a0 commit f2be836

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"qunit-dom": {
44
"impact": "minor",
5-
"oldVersion": "3.2.1",
6-
"newVersion": "3.3.0",
5+
"oldVersion": "3.3.0",
6+
"newVersion": "3.4.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./packages/qunit-dom/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-11-10)\n\nqunit-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\nqunit-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"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## Release (2024-11-10)
415

516
qunit-dom 3.3.0 (minor)

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

0 commit comments

Comments
 (0)