chore: retarget develop cycle to 0.3.1

Only a bug fix (feed self link) landed since 0.3.0, so the next release is a
patch, not a minor. Correct the prematurely-opened 0.4.0 cycle.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-25 19:00:48 +02:00
parent ffe96586c7
commit 5083f7e151
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "kill-the-news",
"version": "0.4.0-develop",
"version": "0.3.1-develop",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kill-the-news",
"version": "0.4.0-develop",
"version": "0.3.1-develop",
"license": "MIT",
"dependencies": {
"@hono/zod-openapi": "^1.4.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "kill-the-news",
"version": "0.4.0-develop",
"version": "0.3.1-develop",
"description": "Convert email newsletters into private RSS feeds using Cloudflare Workers",
"main": "dist/worker.js",
"scripts": {