Skip to content

Commit b8fe92b

Browse files
chore(release): 0.9.0 [skip ci]
# [0.9.0](v0.8.0...v0.9.0) (2025-12-10) ### Bug Fixes * subscriber-role-relation misconfigured ([65ec5fa](65ec5fa)) * unable to access /cdn/new ([225fa02](225fa02)) ### Features * add roles to subscriber crud ([73dde8b](73dde8b)) * auto-select children/parents for subscriber crud ([637319d](637319d)) * set default roles initially ([832314e](832314e))
1 parent 461ab49 commit b8fe92b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.9.0](https://github.com/hildebro/kleebah/compare/v0.8.0...v0.9.0) (2025-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* subscriber-role-relation misconfigured ([65ec5fa](https://github.com/hildebro/kleebah/commit/65ec5fa4260ff150c717ffbf8e04db52e539e1b1))
7+
* unable to access /cdn/new ([225fa02](https://github.com/hildebro/kleebah/commit/225fa02bdb089b8f0ceebc621b97a4fbe0e39f69))
8+
9+
10+
### Features
11+
12+
* add roles to subscriber crud ([73dde8b](https://github.com/hildebro/kleebah/commit/73dde8bdd8d9869231e9274ee9f1c3d277cb2342))
13+
* auto-select children/parents for subscriber crud ([637319d](https://github.com/hildebro/kleebah/commit/637319d59f4fe56b88274b7a5f3f1228763c6372))
14+
* set default roles initially ([832314e](https://github.com/hildebro/kleebah/commit/832314e0d3303d9fc69640f92cd35a85b7ae2928))
15+
116
# [0.8.0](https://github.com/hildebro/kleebah/compare/v0.7.0...v0.8.0) (2025-12-08)
217

318

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

0 commit comments

Comments
 (0)