Skip to content

Commit ce7a232

Browse files
Merge pull request #77 from NullVoxPopuli/release-preview
Prepare Release
2 parents 23a03c2 + 8910d59 commit ce7a232

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

.release-plan.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"solution": {
33
"ember-eslint-parser": {
4-
"impact": "patch",
5-
"oldVersion": "0.3.7",
6-
"newVersion": "0.3.8",
4+
"impact": "minor",
5+
"oldVersion": "0.3.8",
6+
"newVersion": "0.4.0",
77
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -17,5 +21,5 @@
1721
"pkgJSONPath": "./package.json"
1822
}
1923
},
20-
"description": "## Release (2024-02-21)\n\nember-eslint-parser 0.3.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#63](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/63) TypeScript: Support imports without extensions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#62](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/62) Add test situation to verify if imports from gts no longer accidentally are cast to `any` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
24+
"description": "## Release (2024-03-15)\n\nember-eslint-parser 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#66](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/66) bump ts deps ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#81](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/81) remove unnecessary code ([@patricklx](https://github.com/patricklx))\n * [#76](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/76) fix parsing issue ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#80](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/80) Do not allow warnings in our tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#79](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/79) Add TS compatibility matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#72](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/72) Update peter-evans/create-pull-request action to v6 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#71](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/71) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#69](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/69) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2125
}

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## Release (2024-03-15)
4+
5+
ember-eslint-parser 0.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-eslint-parser`
9+
* [#66](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/66) bump ts deps ([@patricklx](https://github.com/patricklx))
10+
11+
#### :bug: Bug Fix
12+
* `ember-eslint-parser`
13+
* [#81](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/81) remove unnecessary code ([@patricklx](https://github.com/patricklx))
14+
* [#76](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/76) fix parsing issue ([@patricklx](https://github.com/patricklx))
15+
16+
#### :house: Internal
17+
* `ember-eslint-parser`
18+
* [#80](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/80) Do not allow warnings in our tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#79](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/79) Add TS compatibility matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#72](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/72) Update peter-evans/create-pull-request action to v6 ([@renovate[bot]](https://github.com/apps/renovate))
21+
* [#71](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/71) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))
22+
* [#69](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/69) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))
23+
24+
#### Committers: 2
25+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
26+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
27+
328
## Release (2024-02-21)
429

530
ember-eslint-parser 0.3.8 (patch)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-eslint-parser",
3-
"version": "0.3.8",
3+
"version": "0.4.0",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)