From d778849e02ae9d534cc222451028982bd4dc1d33 Mon Sep 17 00:00:00 2001 From: Julien Herr Date: Mon, 25 May 2026 19:01:38 +0200 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978addb..b8bfc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ verbatim as the GitHub Release notes — so what you write here is what ships. ## [Unreleased] +## [0.3.1] - 2026-05-25 + ### Fixed - Feed self link (RSS/Atom/JSON) is derived from the configured domain instead @@ -120,7 +122,8 @@ verbatim as the GitHub Release notes — so what you write here is what ships. - Admin UI redesign (Inter font, orange theme), client scripts compiled via esbuild, templates on `hono/jsx`. -[Unreleased]: https://github.com/juherr/kill-the-news/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/juherr/kill-the-news/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/juherr/kill-the-news/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/juherr/kill-the-news/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/juherr/kill-the-news/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/juherr/kill-the-news/compare/v0.1.0...v0.2.0 diff --git a/package-lock.json b/package-lock.json index c9243a7..30c2250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kill-the-news", - "version": "0.3.1-develop", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kill-the-news", - "version": "0.3.1-develop", + "version": "0.3.1", "license": "MIT", "dependencies": { "@hono/zod-openapi": "^1.4.0", diff --git a/package.json b/package.json index 69294c1..22e369d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kill-the-news", - "version": "0.3.1-develop", + "version": "0.3.1", "description": "Convert email newsletters into private RSS feeds using Cloudflare Workers", "main": "dist/worker.js", "scripts": {