From 357ef7b0c4ad7b6e76e358a263ea9c62b53db141 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:18:20 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b733423..184be2c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "babel-remove-types": { - "impact": "patch", - "oldVersion": "1.0.1", - "newVersion": "1.0.2", + "impact": "minor", + "oldVersion": "1.0.2", + "newVersion": "1.1.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-10-09)\n\nbabel-remove-types 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `babel-remove-types`\n * [#7](https://github.com/ember-cli/babel-remove-types/pull/7) feat: Allow declared fields ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2b96c..5a2b567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-01-05) + +babel-remove-types 1.1.0 (minor) + +#### :rocket: Enhancement +* `babel-remove-types` + * [#10](https://github.com/ember-cli/babel-remove-types/pull/10) Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) + +#### Committers: 1 +- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) + ## Release (2025-10-09) babel-remove-types 1.0.2 (patch) diff --git a/package.json b/package.json index fba10d0..31b2e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-remove-types", - "version": "1.0.2", + "version": "1.1.0", "keywords": [ "typescript", "babel",