diff --git a/.release-plan.json b/.release-plan.json index 184be2c..cfecb23 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "babel-remove-types": { - "impact": "minor", - "oldVersion": "1.0.2", - "newVersion": "1.1.0", + "impact": "patch", + "oldVersion": "1.1.0", + "newVersion": "1.1.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-01-05)\n\nbabel-remove-types 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-remove-types`\n * [#10](https://github.com/ember-cli/babel-remove-types/pull/10) Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n\n#### Committers: 1\n- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n" + "description": "## Release (2026-01-17)\n\nbabel-remove-types 1.1.1 (patch)\n\n#### :house: Internal\n* `babel-remove-types`\n * [#9](https://github.com/ember-cli/babel-remove-types/pull/9) Test Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n\n#### Committers: 1\n- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2b567..bb2a735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-01-17) + +babel-remove-types 1.1.1 (patch) + +#### :house: Internal +* `babel-remove-types` + * [#9](https://github.com/ember-cli/babel-remove-types/pull/9) Test Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) + +#### Committers: 1 +- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) + ## Release (2026-01-05) babel-remove-types 1.1.0 (minor) diff --git a/package.json b/package.json index c0310ac..bce42fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-remove-types", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "typescript", "babel",