Skip to content

Commit 0f5e2d7

Browse files
chore(release): 0.7.0 [skip ci]
# [0.7.0](v0.6.0...v0.7.0) (2025-12-08) ### Bug Fixes * html header for rss feed discovery ([8672bb7](8672bb7)) ### Features * add token for alternative authentication ([cb3b588](cb3b588)) * if token exists, automatically add it to feed url ([a116eaa](a116eaa))
1 parent da7d6f2 commit 0f5e2d7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.7.0](https://github.com/hildebro/kleebah/compare/v0.6.0...v0.7.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* html header for rss feed discovery ([8672bb7](https://github.com/hildebro/kleebah/commit/8672bb7a8298b01bc3f0db54f1aea3f97ed41af6))
7+
8+
9+
### Features
10+
11+
* add token for alternative authentication ([cb3b588](https://github.com/hildebro/kleebah/commit/cb3b588ea37fc128e4f3829f1eaf1c686f94fccd))
12+
* if token exists, automatically add it to feed url ([a116eaa](https://github.com/hildebro/kleebah/commit/a116eaaea85cb4b3e5e9da2c15d1ac3d1c6084b6))
13+
114
# [0.6.0](https://github.com/hildebro/kleebah/compare/v0.5.0...v0.6.0) (2025-12-05)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kleebah",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)