diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 000000000..65c5f42c0 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "qunit-dom": { + "impact": "patch", + "oldVersion": "3.2.0", + "newVersion": "3.2.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba45fc3c..f6f8edf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-09-23) + +qunit-dom 3.2.1 (patch) + +#### :memo: Documentation +* `qunit-dom` + * [#2132](https://github.com/mainmatter/qunit-dom/pull/2132) Regenerate docs ([@CvX](https://github.com/CvX)) + +#### :house: Internal +* `qunit-dom` + * [#2135](https://github.com/mainmatter/qunit-dom/pull/2135) chore(release): migrate to release-plan ([@BobrImperator](https://github.com/BobrImperator)) + +#### Committers: 2 +- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) +- Jarek Radosz ([@CvX](https://github.com/CvX)) + diff --git a/packages/qunit-dom/package.json b/packages/qunit-dom/package.json index 170a5ead2..a7760697a 100644 --- a/packages/qunit-dom/package.json +++ b/packages/qunit-dom/package.json @@ -1,6 +1,6 @@ { "name": "qunit-dom", - "version": "3.2.0", + "version": "3.2.1", "description": "High Level DOM Assertions for QUnit", "keywords": [ "browser",