forked from embroider-build/content-tag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
21 lines (21 loc) · 1.05 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
{
"solution": {
"content-tag": {
"impact": "patch",
"oldVersion": "2.0.1",
"newVersion": "2.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-09-21)\n\ncontent-tag 2.0.2 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#79](https://github.com/embroider-build/content-tag/pull/79) Provide correct types when using cjs with moduleResolution:nodenext ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `content-tag`\n * [#69](https://github.com/embroider-build/content-tag/pull/69) Refactor options handling ([@ef4](https://github.com/ef4))\n * [#67](https://github.com/embroider-build/content-tag/pull/67) Fix sourcemap test ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}