diff --git a/.release-plan.json b/.release-plan.json index c531953..e98b23d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,8 @@ { "solution": { "@universal-ember/table": { - "impact": "patch", - "oldVersion": "3.4.1", - "newVersion": "3.4.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./table/package.json" + "oldVersion": "3.4.2" } }, - "description": "## Release (2025-12-04)\n\n@universal-ember/table 3.4.2 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/table`\n * [#136](https://github.com/universal-ember/table/pull/136) Fix ColumnResizing preferences not restoring saved widths ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1852e..05efcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2025-12-04) @universal-ember/table 3.4.2 (patch)