Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/starpod/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down