diff --git a/.release-plan.json b/.release-plan.json index a4e610a..2c21749 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "github-changelog": { "impact": "patch", - "oldVersion": "1.0.0", - "newVersion": "1.0.1", + "oldVersion": "1.0.1", + "newVersion": "1.0.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-05-03)\n\ngithub-changelog 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#22](https://github.com/embroider-build/github-changelog/pull/22) Apply ignoreCommitters config to PR creators ([@nickschot](https://github.com/nickschot))\n * [#19](https://github.com/embroider-build/github-changelog/pull/19) fix npm badge to point at the right package ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n" + "description": "## Release (2024-05-22)\n\ngithub-changelog 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#23](https://github.com/embroider-build/github-changelog/pull/23) only process commits on the current branch ([@mansona](https://github.com/mansona))\n * [#24](https://github.com/embroider-build/github-changelog/pull/24) Fix issue with similarly named packages matching the wrong package in the generated changelog. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bb00d..00f99cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Release (2024-05-22) + +github-changelog 1.0.2 (patch) + +#### :bug: Bug Fix +* `github-changelog` + * [#23](https://github.com/embroider-build/github-changelog/pull/23) only process commits on the current branch ([@mansona](https://github.com/mansona)) + * [#24](https://github.com/embroider-build/github-changelog/pull/24) Fix issue with similarly named packages matching the wrong package in the generated changelog. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-05-03) github-changelog 1.0.1 (patch) diff --git a/package.json b/package.json index 161d385..9b404b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-changelog", - "version": "1.0.1", + "version": "1.0.2", "description": "Generate a changelog from GitHub pull requests", "keywords": [ "changelog",