diff --git a/.release-plan.json b/.release-plan.json index 65c5f42c0..039ab613c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "qunit-dom": { - "impact": "patch", - "oldVersion": "3.2.0", - "newVersion": "3.2.1", + "impact": "minor", + "oldVersion": "3.2.1", + "newVersion": "3.3.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./packages/qunit-dom/package.json" } }, - "description": "## Release (2024-09-23)\n\nqunit-dom 3.2.1 (patch)\n\n#### :memo: Documentation\n* `qunit-dom`\n * [#2132](https://github.com/mainmatter/qunit-dom/pull/2132) Regenerate docs ([@CvX](https://github.com/CvX))\n\n#### :house: Internal\n* `qunit-dom`\n * [#2135](https://github.com/mainmatter/qunit-dom/pull/2135) chore(release): migrate to release-plan ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Jarek Radosz ([@CvX](https://github.com/CvX))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f8edf12..769c254ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-11-10) + +qunit-dom 3.3.0 (minor) + +#### :rocket: Enhancement +* `qunit-dom` + * [#2147](https://github.com/mainmatter/qunit-dom/pull/2147) feature: add HTML matching methods ([@CvX](https://github.com/CvX)) + +#### Committers: 1 +- Jarek Radosz ([@CvX](https://github.com/CvX)) + ## Release (2024-09-23) qunit-dom 3.2.1 (patch) diff --git a/packages/qunit-dom/package.json b/packages/qunit-dom/package.json index d169a8bd0..5aea531eb 100644 --- a/packages/qunit-dom/package.json +++ b/packages/qunit-dom/package.json @@ -1,6 +1,6 @@ { "name": "qunit-dom", - "version": "3.2.1", + "version": "3.3.0", "description": "High Level DOM Assertions for QUnit", "keywords": [ "browser",