Skip to content

Commit

Permalink
Merge pull request #102 from ember-tooling/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Oct 22, 2024
2 parents 3948846 + 2bc3cfc commit 257787c
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.5.1",
"newVersion": "0.5.2",
"oldVersion": "0.5.2",
"newVersion": "0.5.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-09-25)\n\nember-eslint-parser 0.5.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#99](https://github.com/ember-tooling/ember-eslint-parser/pull/99) note about multiple versions ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-10-22)\n\nember-eslint-parser 0.5.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#101](https://github.com/ember-tooling/ember-eslint-parser/pull/101) fix: Typo in error message ([@HeroicEric](https://github.com/HeroicEric))\n\n#### Committers: 1\n- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))\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-10-22)

ember-eslint-parser 0.5.3 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#101](https://github.com/ember-tooling/ember-eslint-parser/pull/101) fix: Typo in error message ([@HeroicEric](https://github.com/HeroicEric))

#### Committers: 1
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))

## Release (2024-09-25)

ember-eslint-parser 0.5.2 (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.5.2",
"version": "0.5.3",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 257787c

Please sign in to comment.