Skip to content

Commit

Permalink
Merge pull request #16 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 29, 2023
2 parents 58d18b8 + a1599de commit a62c9ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
"solution": {
"ember-eslint-parser": {
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"oldVersion": "0.2.1",
"newVersion": "0.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-28)\n\nember-eslint-parser 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#14](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/14) Resolve \"Parsing error: Cannot read properties of null\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-eslint-parser`\n * [#11](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/11) Add light README ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#13](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/13) Run eslint-plugin-ember's tests with every change ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2023-12-29)\n\nember-eslint-parser 0.2.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#15](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/15) fix named block ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## Release (2023-12-29)

ember-eslint-parser 0.2.2 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#15](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/15) fix named block ([@patricklx](https://github.com/patricklx))

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

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

0 comments on commit a62c9ba

Please sign in to comment.