Skip to content

Commit

Permalink
Prepare Release (#2588)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 25, 2024
1 parent 4496a2c commit 5591266
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"solution": {
"ember-inspector": {
"impact": "patch",
"oldVersion": "4.12.0",
"newVersion": "4.12.1",
"oldVersion": "4.12.1",
"newVersion": "4.12.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -13,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-10)\n\nember-inspector 4.12.1 (patch)\n\n#### :house: Internal\n* `ember-inspector`\n * [#2582](https://github.com/emberjs/ember-inspector/pull/2582) skip failing test ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-07-25)\n\nember-inspector 4.12.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2587](https://github.com/emberjs/ember-inspector/pull/2587) do not use prototype extension ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2591](https://github.com/emberjs/ember-inspector/pull/2591) Use Personal Access Token ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 2\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-07-25)

ember-inspector 4.12.2 (patch)

#### :bug: Bug Fix
* `ember-inspector`
* [#2587](https://github.com/emberjs/ember-inspector/pull/2587) do not use prototype extension ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* `ember-inspector`
* [#2591](https://github.com/emberjs/ember-inspector/pull/2591) Use Personal Access Token ([@kategengler](https://github.com/kategengler))

#### Committers: 2
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-07-10)

ember-inspector 4.12.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inspector",
"version": "4.12.1",
"version": "4.12.2",
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"repository": "https://github.com/emberjs/ember-inspector",
"license": "MIT",
Expand Down

0 comments on commit 5591266

Please sign in to comment.