diff --git a/.release-plan.json b/.release-plan.json index d4be024..deb1a80 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "babel-plugin-debug-macros": { - "impact": "patch", - "oldVersion": "1.0.1", - "newVersion": "1.0.2", + "impact": "major", + "oldVersion": "1.0.2", + "newVersion": "2.0.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-11)\n\nbabel-plugin-debug-macros 1.0.2 (patch)\n\n#### :house: Internal\n* `babel-plugin-debug-macros`\n * [#101](https://github.com/ember-cli/babel-plugin-debug-macros/pull/101) fix repo link ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2025-06-24)\n\nbabel-plugin-debug-macros 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-plugin-debug-macros`\n * [#103](https://github.com/ember-cli/babel-plugin-debug-macros/pull/103) Expand debug statements in place to permit subsequent Babel plugin translation ([@robbytx](https://github.com/robbytx))\n\n#### Committers: 1\n- Robby Morgan ([@robbytx](https://github.com/robbytx))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d3c9b..45ad62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2025-06-24) + +babel-plugin-debug-macros 2.0.0 (major) + +#### :boom: Breaking Change +* `babel-plugin-debug-macros` + * [#103](https://github.com/ember-cli/babel-plugin-debug-macros/pull/103) Expand debug statements in place to permit subsequent Babel plugin translation ([@robbytx](https://github.com/robbytx)) + +#### Committers: 1 +- Robby Morgan ([@robbytx](https://github.com/robbytx)) + ## Release (2024-07-11) babel-plugin-debug-macros 1.0.2 (patch) diff --git a/package.json b/package.json index 4441f7b..5893140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-debug-macros", - "version": "1.0.2", + "version": "2.0.0", "description": "Debug macros and feature flag stripping", "keywords": [ "babel",