diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..5d9d4dc --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,25 @@ +{ + "solution": { + "babel-remove-types": { + "impact": "major", + "oldVersion": "0.0.0", + "newVersion": "1.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-09-27)\n\nbabel-remove-types 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-remove-types`\n * [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `babel-remove-types`\n * [#4](https://github.com/ember-cli/babel-remove-types/pull/4) avoid clashing with local babel config file ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `babel-remove-types`\n * [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..bd55c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,20 @@ # Changelog + +## Release (2024-09-27) + +babel-remove-types 1.0.0 (major) + +#### :boom: Breaking Change +* `babel-remove-types` + * [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `babel-remove-types` + * [#4](https://github.com/ember-cli/babel-remove-types/pull/4) avoid clashing with local babel config file ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `babel-remove-types` + * [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) diff --git a/package.json b/package.json index 96945f2..bd904d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-remove-types", - "version": "0.0.0", + "version": "1.0.0", "keywords": [ "typescript", "babel",