diff --git a/.release-plan.json b/.release-plan.json index 8ae74b8..016dd1d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,9 +1,9 @@ { "solution": { - "ember-devtools": { + "ember-native-devtools": { "impact": "patch", - "oldVersion": "1.0.0", - "newVersion": "1.0.1", + "oldVersion": "1.0.1", + "newVersion": "1.0.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-10-28)\n\nember-devtools 1.0.1 (patch)\n\n#### :house: Internal\n* `ember-devtools`\n * [#4](https://github.com/ember-native/ember-devtools/pull/4) fix .gitignore ([@patricklx](https://github.com/patricklx))\n * [#3](https://github.com/ember-native/ember-devtools/pull/3) fix ignore ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2024-10-28)\n\nember-native-devtools 1.0.2 (patch)\n\n#### :house: Internal\n* `ember-native-devtools`\n * [#6](https://github.com/ember-native/ember-devtools/pull/6) fix deps ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f3ae1..c6a0f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-10-28) +ember-native-devtools 1.0.2 (patch) + +#### :house: Internal +* `ember-native-devtools` + * [#6](https://github.com/ember-native/ember-devtools/pull/6) fix deps ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + +## Release (2024-10-28) + ember-devtools 1.0.1 (patch) #### :house: Internal diff --git a/package.json b/package.json index 027e262..5841055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-native-devtools", - "version": "1.0.1", + "version": "1.0.2", "repository": { "type": "git", "url": "git@github.com:ember-native/ember-devtools.git"