chore(release): 0.3.1

This commit is contained in:
Julien Herr
2026-05-25 19:01:38 +02:00
parent 5083f7e151
commit d778849e02
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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": {