Skip to content

Commit e721eb2

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2025-12-01) ### Bug Fixes * file deletion on post deletion ([70192a2](70192a2)) * image upload for post creation ([7866ad3](7866ad3)) ### Features * delete postings ([bcf5527](bcf5527)) * edit view for posting ([aaa22ce](aaa22ce))
1 parent 8b2acf5 commit e721eb2

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.4.0](https://github.com/hildebro/kleebah/compare/v0.3.0...v0.4.0) (2025-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* file deletion on post deletion ([70192a2](https://github.com/hildebro/kleebah/commit/70192a2087fae366703aa87017af2304a356250b))
7+
* image upload for post creation ([7866ad3](https://github.com/hildebro/kleebah/commit/7866ad325459dbcde652eedc23dd00b6ab7914b5))
8+
9+
10+
### Features
11+
12+
* delete postings ([bcf5527](https://github.com/hildebro/kleebah/commit/bcf55278b17707a4b134f54203a32ede27d14f4b))
13+
* edit view for posting ([aaa22ce](https://github.com/hildebro/kleebah/commit/aaa22ce057a313cf8cfd7cfa2b26a3671ff157b4))
14+
115
# [0.3.0](https://github.com/hildebro/kleebah/compare/v0.2.1...v0.3.0) (2025-11-30)
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.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)