diff --git a/.release-plan.json b/.release-plan.json index 424bee792..2599066b7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -4,13 +4,13 @@ "oldVersion": "1.0.0" }, "ember-repl": { - "impact": "patch", - "oldVersion": "4.0.2", - "newVersion": "4.0.3", + "impact": "minor", + "oldVersion": "4.0.3", + "newVersion": "4.1.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./packages/ember-repl/addon/package.json" @@ -34,5 +34,5 @@ "oldVersion": "0.0.0" } }, - "description": "## Release (2024-03-10)\n\nember-repl 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1697](https://github.com/NullVoxPopuli/limber/pull/1697) Fix ember repl build + use turbo in publish.yml ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-03-10)\n\nember-repl 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1699](https://github.com/NullVoxPopuli/limber/pull/1699) Allow plugin options for both remark and rehype plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc9cee1f..b59d6787e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-03-10) +ember-repl 4.1.0 (minor) + +#### :rocket: Enhancement +* `ember-repl` + * [#1699](https://github.com/NullVoxPopuli/limber/pull/1699) Allow plugin options for both remark and rehype plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-03-10) + ember-repl 4.0.3 (patch) #### :bug: Bug Fix diff --git a/packages/ember-repl/addon/package.json b/packages/ember-repl/addon/package.json index b8b1f240c..bc6982e87 100644 --- a/packages/ember-repl/addon/package.json +++ b/packages/ember-repl/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-repl", - "version": "4.0.3", + "version": "4.1.0", "description": "Addon for enabling REPL and Playground creation with Ember/Glimmer", "keywords": [ "ember-addon"