diff --git a/.release-plan.json b/.release-plan.json index 458eede..b4dcecc 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,16 @@ "solution": { "ember-inflector": { "impact": "patch", - "oldVersion": "5.0.0", - "newVersion": "5.0.1", + "oldVersion": "5.0.1", + "newVersion": "5.0.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-inflector/package.json" } }, - "description": "## Release (2024-08-05)\n\nember-inflector 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-inflector`\n * [#509](https://github.com/emberjs/ember-inflector/pull/509) Add missing export for ts declaration ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n" + "description": "## Release (2024-10-24)\n\nember-inflector 5.0.2 (patch)\n\n#### :house: Internal\n* `ember-inflector`\n * [#511](https://github.com/emberjs/ember-inflector/pull/511) Restore repository and author fields in package.json ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f34293..a988ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-10-24) + +ember-inflector 5.0.2 (patch) + +#### :house: Internal +* `ember-inflector` + * [#511](https://github.com/emberjs/ember-inflector/pull/511) Restore repository and author fields in package.json ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### Committers: 1 +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) + ## Release (2024-08-05) ember-inflector 5.0.1 (patch) diff --git a/ember-inflector/package.json b/ember-inflector/package.json index cb7237a..182ff2c 100644 --- a/ember-inflector/package.json +++ b/ember-inflector/package.json @@ -1,6 +1,6 @@ { "name": "ember-inflector", - "version": "5.0.1", + "version": "5.0.2", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"