diff --git a/.release-plan.json b/.release-plan.json index cb2be8fcf..bbf9e37fc 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -10,16 +10,7 @@ "oldVersion": "3.1.1" }, "@embroider/compat": { - "impact": "minor", - "oldVersion": "3.5.7", - "newVersion": "3.6.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./packages/compat/package.json" + "oldVersion": "3.6.0" }, "@embroider/core": { "oldVersion": "3.4.14" @@ -52,5 +43,5 @@ "oldVersion": "4.0.4" } }, - "description": "## Release (2024-07-18)\n\n@embroider/compat 3.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#1842](https://github.com/embroider-build/embroider/pull/1842) [beta] template-tag code mod ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n" + "description": "## Release (2024-07-19)\n\n\n\n#### :memo: Documentation\n* [#2055](https://github.com/embroider-build/embroider/pull/2055) document templateTagCodemod usage ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4841bd17a..0c25ced59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Embroider Changelog +## Release (2024-07-19) + + + +#### :memo: Documentation +* [#2055](https://github.com/embroider-build/embroider/pull/2055) document templateTagCodemod usage ([@void-mAlex](https://github.com/void-mAlex)) + +#### Committers: 1 +- Alex ([@void-mAlex](https://github.com/void-mAlex)) + ## Release (2024-07-18) @embroider/compat 3.6.0 (minor)