You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reason": "Appears in changelog section :boom: Breaking Change"
12
+
},
13
+
{
14
+
"impact": "patch",
15
+
"reason": "Appears in changelog section :bug: Bug Fix"
16
+
},
17
+
{
18
+
"impact": "patch",
19
+
"reason": "Appears in changelog section :memo: Documentation"
20
+
},
21
+
{
22
+
"impact": "patch",
23
+
"reason": "Appears in changelog section :house: Internal"
24
+
}
25
+
],
26
+
"pkgJSONPath": "./package.json"
27
+
}
28
+
},
29
+
"description": "## Release (2026-07-21)\n\n* ember-cli-version-checker 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-version-checker`\n * [#292](https://github.com/ember-cli/ember-cli-version-checker/pull/292) convert to ESM only and set type: module in package.json ([@mansona](https://github.com/mansona))\n * [#291](https://github.com/ember-cli/ember-cli-version-checker/pull/291) drop yarn pnp tests - i.e. drop support for yarn pnp ([@mansona](https://github.com/mansona))\n * [#288](https://github.com/ember-cli/ember-cli-version-checker/pull/288) drop support for Node < 22 and swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `ember-cli-version-checker`\n * [#248](https://github.com/ember-cli/ember-cli-version-checker/pull/248) fixed return value of getVersionFromJSONFile ([@davecombs](https://github.com/davecombs))\n\n#### :memo: Documentation\n* `ember-cli-version-checker`\n * [#232](https://github.com/ember-cli/ember-cli-version-checker/pull/232) Remove bower references ([@bantic](https://github.com/bantic))\n\n#### :house: Internal\n* `ember-cli-version-checker`\n * [#290](https://github.com/ember-cli/ember-cli-version-checker/pull/290) update fixturify project ([@mansona](https://github.com/mansona))\n * [#289](https://github.com/ember-cli/ember-cli-version-checker/pull/289) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Cory Forsyth ([@bantic](https://github.com/bantic))\n- Dave Combs ([@davecombs](https://github.com/davecombs))\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Changelog
2
2
3
+
## Release (2026-07-21)
4
+
5
+
* ember-cli-version-checker 6.0.0 (major)
6
+
7
+
#### :boom: Breaking Change
8
+
*`ember-cli-version-checker`
9
+
*[#292](https://github.com/ember-cli/ember-cli-version-checker/pull/292) convert to ESM only and set type: module in package.json ([@mansona](https://github.com/mansona))
10
+
*[#291](https://github.com/ember-cli/ember-cli-version-checker/pull/291) drop yarn pnp tests - i.e. drop support for yarn pnp ([@mansona](https://github.com/mansona))
11
+
*[#288](https://github.com/ember-cli/ember-cli-version-checker/pull/288) drop support for Node < 22 and swap to pnpm ([@mansona](https://github.com/mansona))
12
+
13
+
#### :bug: Bug Fix
14
+
*`ember-cli-version-checker`
15
+
*[#248](https://github.com/ember-cli/ember-cli-version-checker/pull/248) fixed return value of getVersionFromJSONFile ([@davecombs](https://github.com/davecombs))
0 commit comments