Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and github-actions[bot] committed Apr 10, 2024
1 parent ded313e commit e186702
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-eslint-parser": {
"impact": "patch",
"oldVersion": "0.4.0",
"newVersion": "0.4.1",
"oldVersion": "0.4.1",
"newVersion": "0.4.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-26)\n\nember-eslint-parser 0.4.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#82](https://github.com/ember-tooling/ember-eslint-parser/pull/82) fix ts peer deps ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-04-10)\n\nember-eslint-parser 0.4.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#74](https://github.com/ember-tooling/ember-eslint-parser/pull/74) update glimmer ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-04-10)

ember-eslint-parser 0.4.2 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#74](https://github.com/ember-tooling/ember-eslint-parser/pull/74) update glimmer ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-03-26)

ember-eslint-parser 0.4.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-eslint-parser",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit e186702

Please sign in to comment.