Skip to content

Commit 7a91034

Browse files
chore(release): 0.5.0 [skip ci]
# [0.5.0](v0.4.0...v0.5.0) (2025-12-05) ### Bug Fixes * let anonymous users browse public pages ([51e0a35](51e0a35)) * settings accessible without login ([d79d270](d79d270)) * unnecessary heading ([602e117](602e117)) ### Features * limit post access by visibility ([ab68b8b](ab68b8b)) * nav bar ([1b3de49](1b3de49)) * protect privileged paths ([37989bb](37989bb)) * setting visibility on postings ([5583ffd](5583ffd))
1 parent 62a61ce commit 7a91034

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [0.5.0](https://github.com/hildebro/kleebah/compare/v0.4.0...v0.5.0) (2025-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* let anonymous users browse public pages ([51e0a35](https://github.com/hildebro/kleebah/commit/51e0a35a39c86658e65280f44cb7442506844cb2))
7+
* settings accessible without login ([d79d270](https://github.com/hildebro/kleebah/commit/d79d2709df151c19bc565ed2507a06ae783d9656))
8+
* unnecessary heading ([602e117](https://github.com/hildebro/kleebah/commit/602e1172826ccc978df85bda76ea694e66faa48c))
9+
10+
11+
### Features
12+
13+
* limit post access by visibility ([ab68b8b](https://github.com/hildebro/kleebah/commit/ab68b8b9f3bdc77da726caf290b8aaa6e5ea9062))
14+
* nav bar ([1b3de49](https://github.com/hildebro/kleebah/commit/1b3de49993cda71e8bad6b75eba684805af45fd1))
15+
* protect privileged paths ([37989bb](https://github.com/hildebro/kleebah/commit/37989bb3b4a641e27ab4b125d63eb60171601667))
16+
* setting visibility on postings ([5583ffd](https://github.com/hildebro/kleebah/commit/5583ffdee3883b75415a85ae79a25d7a572b9710))
17+
118
# [0.4.0](https://github.com/hildebro/kleebah/compare/v0.3.0...v0.4.0) (2025-12-01)
219

320

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.4.0",
4+
"version": "0.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)