Skip to content

Commit 42dfdef

Browse files
authored
Merge pull request #59 from embroider-build/release-preview
Prepare Release
2 parents c312824 + d8932ae commit 42dfdef

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"github-changelog": {
44
"impact": "patch",
5-
"oldVersion": "2.1.0",
6-
"newVersion": "2.1.1",
5+
"oldVersion": "2.1.1",
6+
"newVersion": "2.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2025-08-01)\n\ngithub-changelog 2.1.1 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#54](https://github.com/embroider-build/github-changelog/pull/54) Fix tag and commit detection ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
16+
"description": "## Release (2025-09-06)\n\ngithub-changelog 2.1.2 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#58](https://github.com/embroider-build/github-changelog/pull/58) fix issue where nested package structures aren't reported correctly ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1717
}

CHANGELOG.md

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

3+
## Release (2025-09-06)
4+
5+
github-changelog 2.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `github-changelog`
9+
* [#58](https://github.com/embroider-build/github-changelog/pull/58) fix issue where nested package structures aren't reported correctly ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2025-08-01)
415

516
github-changelog 2.1.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-changelog",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Generate a changelog from GitHub pull requests",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)