Skip to content

Commit 1607503

Browse files
committed
chore: reset release manifest to v0.3.0 baseline for clean v1.0.0 release
1 parent ca24f81 commit 1607503

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3-
## [1.0.0](https://github.com/devenney/rss-to-social/compare/v0.3.0...v1.0.0) (2026-06-15)
4-
5-
6-
### ⚠ BREAKING CHANGES
7-
8-
* deployment now requires wrangler.personal.toml (run npm run setup). Workers Builds approach removed. GitHub Actions auto-deploy re-added.
9-
10-
### Features
11-
12-
* stable release — wrangler CLI deployment, auto-bootstrap, Bluesky + Mastodon ([d9ec75a](https://github.com/devenney/rss-to-social/commit/d9ec75a934b39fffa88e73da2c99d69812311f3d))
13-
14-
15-
### Bug Fixes
16-
17-
* pass Cloudflare credentials as env vars rather than wrangler-action inputs ([2886e68](https://github.com/devenney/rss-to-social/commit/2886e68649acd102d1900441301bbfe210d5ad37))
18-
193
## [0.3.0](https://github.com/devenney/rss-to-social/compare/v0.2.0...v0.3.0) (2026-06-15)
204

215

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rss-to-social",
3-
"version": "1.0.0",
3+
"version": "0.3.0",
44
"description": "Automatically syndicate your RSS feed to Bluesky and Mastodon. Runs on Cloudflare Workers.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)