Skip to content

Commit a375a5c

Browse files
chore(release): 0.10.0 [skip ci]
# [0.10.0](v0.9.0...v0.10.0) (2025-12-12) ### Bug Fixes * proper binding for visibility ([c7710d7](c7710d7)) * unable to create post without roles ([04aef15](04aef15)) ### Features * add db posting-role-relation ([9606163](9606163)) * check posting roles for access ([88f4408](88f4408)) * role selection for posting ([0f6aa56](0f6aa56))
1 parent 3bb2181 commit a375a5c

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.10.0](https://github.com/hildebro/kleebah/compare/v0.9.0...v0.10.0) (2025-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* proper binding for visibility ([c7710d7](https://github.com/hildebro/kleebah/commit/c7710d7a1e170abb12201d56156d8db102bc874a))
7+
* unable to create post without roles ([04aef15](https://github.com/hildebro/kleebah/commit/04aef15085ad056e2a17b2dcda50da56b6337a1a))
8+
9+
10+
### Features
11+
12+
* add db posting-role-relation ([9606163](https://github.com/hildebro/kleebah/commit/96061632318fbe45991fed2dbc9701ed13a90931))
13+
* check posting roles for access ([88f4408](https://github.com/hildebro/kleebah/commit/88f44089493faba2d908f262a3a3883554a890c8))
14+
* role selection for posting ([0f6aa56](https://github.com/hildebro/kleebah/commit/0f6aa566202838323a85bdb26d9c8fd205a676bf))
15+
116
# [0.9.0](https://github.com/hildebro/kleebah/compare/v0.8.0...v0.9.0) (2025-12-10)
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.9.0",
4+
"version": "0.10.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)