diff --git a/.release-plan.json b/.release-plan.json index 46727fe..458eede 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "ember-inflector": { - "impact": "major", - "oldVersion": "4.0.3", - "newVersion": "5.0.0", + "impact": "patch", + "oldVersion": "5.0.0", + "newVersion": "5.0.1", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./ember-inflector/package.json" } }, - "description": "## Release (2024-07-24)\n\nember-inflector 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-inflector`, `test-app`\n * [#499](https://github.com/emberjs/ember-inflector/pull/499) convert to a v2 addon using ember init ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fde0ecf..7f34293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-08-05) + +ember-inflector 5.0.1 (patch) + +#### :bug: Bug Fix +* `ember-inflector` + * [#509](https://github.com/emberjs/ember-inflector/pull/509) Add missing export for ts declaration ([@mkszepp](https://github.com/mkszepp)) + +#### Committers: 1 +- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) + ## Release (2024-07-24) ember-inflector 5.0.0 (major) diff --git a/ember-inflector/package.json b/ember-inflector/package.json index 2179c67..8c3e67c 100644 --- a/ember-inflector/package.json +++ b/ember-inflector/package.json @@ -1,6 +1,6 @@ { "name": "ember-inflector", - "version": "5.0.0", + "version": "5.0.1", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"