diff --git a/.release-plan.json b/.release-plan.json index b14999d..b7492dd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,18 @@ { "solution": { "starpod": { - "impact": "major", - "oldVersion": "0.1.0", - "newVersion": "1.0.0", + "impact": "patch", + "oldVersion": "1.0.0", + "newVersion": "1.0.1", "tagName": "latest", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./packages/starpod/package.json" } }, - "description": "## Release (2026-08-29)\n\n* starpod 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `starpod`\n * [#60](https://github.com/shipshapecode/starpod/pull/60) Convert Starpod into an installable Astro integration ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "description": "## Release (2026-08-30)\n\n* starpod 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `starpod`\n * [#64](https://github.com/shipshapecode/starpod/pull/64) Emit site.standard.publication link tag from the package Layout ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff70431..e38e2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-08-30) + +* starpod 1.0.1 (patch) + +#### :bug: Bug Fix +* `starpod` + * [#64](https://github.com/shipshapecode/starpod/pull/64) Emit site.standard.publication link tag from the package Layout ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 1 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## Release (2026-08-29) * starpod 1.0.0 (major) diff --git a/packages/starpod/package.json b/packages/starpod/package.json index 14bc9c7..c36b971 100644 --- a/packages/starpod/package.json +++ b/packages/starpod/package.json @@ -1,7 +1,7 @@ { "name": "starpod", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "description": "Turn an RSS feed into a full podcast website. An Astro integration.", "repository": { "type": "git",