diff --git a/.release-plan.json b/.release-plan.json index 13b25bd..dd5d8ac 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,21 @@ "solution": { "github-changelog": { "impact": "patch", - "oldVersion": "2.1.1", - "newVersion": "2.1.2", + "oldVersion": "2.1.2", + "newVersion": "2.1.3", + "tagName": "latest", "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 (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" + "description": "## Release (2026-01-06)\n\n* github-changelog 2.1.3 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#57](https://github.com/release-plan/github-changelog/pull/57) fix `getUserData` for apps that aren't bots ([@gossi](https://github.com/gossi))\n\n#### :house: Internal\n* `github-changelog`\n * [#61](https://github.com/release-plan/github-changelog/pull/61) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb55697..97d8d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-01-06) + +* github-changelog 2.1.3 (patch) + +#### :bug: Bug Fix +* `github-changelog` + * [#57](https://github.com/release-plan/github-changelog/pull/57) fix `getUserData` for apps that aren't bots ([@gossi](https://github.com/gossi)) + +#### :house: Internal +* `github-changelog` + * [#61](https://github.com/release-plan/github-changelog/pull/61) update release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Thomas Gossmann ([@gossi](https://github.com/gossi)) + ## Release (2025-09-06) github-changelog 2.1.2 (patch) diff --git a/package.json b/package.json index 63dd9bf..e4a995c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-changelog", - "version": "2.1.2", + "version": "2.1.3", "description": "Generate a changelog from GitHub pull requests", "keywords": [ "changelog",