mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
chore(release): 0.3.1
This commit is contained in:
+4
-1
@@ -12,6 +12,8 @@ verbatim as the GitHub Release notes — so what you write here is what ships.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.1] - 2026-05-25
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Feed self link (RSS/Atom/JSON) is derived from the configured domain instead
|
- 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
|
- Admin UI redesign (Inter font, orange theme), client scripts compiled via
|
||||||
esbuild, templates on `hono/jsx`.
|
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.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.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
|
[0.2.0]: https://github.com/juherr/kill-the-news/compare/v0.1.0...v0.2.0
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "kill-the-news",
|
"name": "kill-the-news",
|
||||||
"version": "0.3.1-develop",
|
"version": "0.3.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "kill-the-news",
|
"name": "kill-the-news",
|
||||||
"version": "0.3.1-develop",
|
"version": "0.3.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/zod-openapi": "^1.4.0",
|
"@hono/zod-openapi": "^1.4.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kill-the-news",
|
"name": "kill-the-news",
|
||||||
"version": "0.3.1-develop",
|
"version": "0.3.1",
|
||||||
"description": "Convert email newsletters into private RSS feeds using Cloudflare Workers",
|
"description": "Convert email newsletters into private RSS feeds using Cloudflare Workers",
|
||||||
"main": "dist/worker.js",
|
"main": "dist/worker.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user