Skip to content

Commit 8ab2b0e

Browse files
authored
Merge pull request #60 from ember-cli/release-preview
Prepare Release v2.1.2
2 parents c9d4056 + 6d50bfc commit 8ab2b0e

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"broccoli-middleware": {
4+
"impact": "patch",
5+
"oldVersion": "2.1.1",
6+
"newVersion": "2.1.2",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2026-05-09)\n\n* broccoli-middleware 2.1.2 (patch)\n\n#### :bug: Bug Fix\n* `broccoli-middleware`\n * [#57](https://github.com/ember-cli/broccoli-middleware/pull/57) chore: mitigate CVE-2021-23424, upgrade ansi-html ([@MayconnW](https://github.com/MayconnW))\n\n#### :house: Internal\n* `broccoli-middleware`\n * [#59](https://github.com/ember-cli/broccoli-middleware/pull/59) start using release-plan for releases ([@mansona](https://github.com/mansona))\n * [#58](https://github.com/ember-cli/broccoli-middleware/pull/58) move to GithubCI ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Mayconn Oliveira ([@MayconnW](https://github.com/MayconnW))\n"
22+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2026-05-09)
4+
5+
* broccoli-middleware 2.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `broccoli-middleware`
9+
* [#57](https://github.com/ember-cli/broccoli-middleware/pull/57) chore: mitigate CVE-2021-23424, upgrade ansi-html ([@MayconnW](https://github.com/MayconnW))
10+
11+
#### :house: Internal
12+
* `broccoli-middleware`
13+
* [#59](https://github.com/ember-cli/broccoli-middleware/pull/59) start using release-plan for releases ([@mansona](https://github.com/mansona))
14+
* [#58](https://github.com/ember-cli/broccoli-middleware/pull/58) move to GithubCI ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 2
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- Mayconn Oliveira ([@MayconnW](https://github.com/MayconnW))
19+
320
## 2.1.0
421

522
* Add support for syntax highlighting in error stacks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-middleware",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Broccoli asset builder middleware",
55
"keywords": [
66
"builder",

0 commit comments

Comments
 (0)