Skip to content

Commit 8092b67

Browse files
chore(release): 0.8.0 [skip ci]
# [0.8.0](v0.7.0...v0.8.0) (2025-12-08) ### Bug Fixes * subscriber to role typing ([02fcb20](02fcb20)) ### Features * consider role hierarchy in CRUD and overview ([5f0a5ba](5f0a5ba)) * role tables ([786e65d](786e65d)) * roles crud ([991fe79](991fe79))
1 parent 02fcb20 commit 8092b67

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.8.0](https://github.com/hildebro/kleebah/compare/v0.7.0...v0.8.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* subscriber to role typing ([02fcb20](https://github.com/hildebro/kleebah/commit/02fcb2017f83270ae0b017556d031bd4cb1f1d92))
7+
8+
9+
### Features
10+
11+
* consider role hierarchy in CRUD and overview ([5f0a5ba](https://github.com/hildebro/kleebah/commit/5f0a5ba79b1f9f7064bebfabe2e18923dd14a982))
12+
* role tables ([786e65d](https://github.com/hildebro/kleebah/commit/786e65d41d57aef7b477cec8593da8f7402fcf20))
13+
* roles crud ([991fe79](https://github.com/hildebro/kleebah/commit/991fe791aa32a18e1b02316650ad55566ae9b9df))
14+
115
# [0.7.0](https://github.com/hildebro/kleebah/compare/v0.6.0...v0.7.0) (2025-12-08)
216

317

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

0 commit comments

Comments
 (0)