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 :rocket: Enhancement"
9
+
"impact": "patch",
10
+
"reason": "Appears in changelog section :bug: Bug Fix"
11
+
},
12
+
{
13
+
"impact": "patch",
14
+
"reason": "Appears in changelog section :memo: Documentation"
11
15
}
12
16
],
13
17
"pkgJSONPath": "./package.json"
14
18
}
15
19
},
16
-
"description": "## Release (2025-02-15)\n\n@embroider/app-blueprint 0.23.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#147](https://github.com/embroider-build/app-blueprint/pull/147) We don't need these overrides anymore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20
+
"description": "## Release (2025-02-20)\n\n@embroider/app-blueprint 0.23.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#152](https://github.com/embroider-build/app-blueprint/pull/152) Add a default test so that the test command pasess in new projects ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#149](https://github.com/embroider-build/app-blueprint/pull/149) downgrade warning message ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## Release (2025-02-20)
4
+
5
+
@embroider/app-blueprint 0.23.1 (patch)
6
+
7
+
#### :bug: Bug Fix
8
+
*`@embroider/app-blueprint`
9
+
*[#152](https://github.com/embroider-build/app-blueprint/pull/152) Add a default test so that the test command pasess in new projects ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
0 commit comments