-
Notifications
You must be signed in to change notification settings - Fork 8
/
.release-plan.json
25 lines (25 loc) · 1.32 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"solution": {
"broccoli-static-site-json": {
"impact": "major",
"oldVersion": "4.5.0",
"newVersion": "5.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-07)\n\nbroccoli-static-site-json 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-static-site-json`\n * [#75](https://github.com/empress/broccoli-static-site-json/pull/75) drop support for node < 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `broccoli-static-site-json`\n * [#76](https://github.com/empress/broccoli-static-site-json/pull/76) update showdown and jsdom ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `broccoli-static-site-json`\n * [#73](https://github.com/empress/broccoli-static-site-json/pull/73) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}