diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..74854ae --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "@ember/string": { + "impact": "major", + "oldVersion": "3.1.1", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-07-05)\n\n@ember/string 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/string`\n * [#425](https://github.com/emberjs/ember-string/pull/425) (Real™ package™)™ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/string`\n * [#444](https://github.com/emberjs/ember-string/pull/444) Manually tell CI to use pnpm 9 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#443](https://github.com/emberjs/ember-string/pull/443) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8579430..0417df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-07-05) + +@ember/string 4.0.0 (major) + +#### :boom: Breaking Change +* `@ember/string` + * [#425](https://github.com/emberjs/ember-string/pull/425) (Real™ package™)™ ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `@ember/string` + * [#444](https://github.com/emberjs/ember-string/pull/444) Manually tell CI to use pnpm 9 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#443](https://github.com/emberjs/ember-string/pull/443) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + diff --git a/package.json b/package.json index 200b417..fa1e609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/string", - "version": "3.1.1", + "version": "4.0.0", "description": "A set of utilities to transform strings", "repository": "https://github.com/emberjs/ember-string", "license": "MIT",