Skip to content

Commit fb152fa

Browse files
committed
docs: update changelog
1 parent f3c5cbe commit fb152fa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

β€ŽCHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
## [Unreleased]
2626
<!--
2727
### πŸ’₯ BREAKING CHANGES πŸ’₯
28-
### ✨ Features
2928
### πŸ› Bug Fixes
3029
### πŸ“– Documentation
31-
### πŸ–§ Database Schema
3230
### πŸ› οΈ Utilities
3331
-->
3432

33+
### ✨ Features
34+
- handle logging levels at run-time via the `DEBUG` environment variable (d930837)
35+
- automatically migrate the database on server hook setup (f3c5cbe)
36+
3537
### 🧩 Components
3638
- removed essentially every overcomplicated component and modules (857ebc4)
3739
- overhauled design for navlink and nav (f77288c, 5c5be43)
3840
- added code (55085c4), heading (6578523) and link (5a58850)
3941

42+
### πŸ–§ Database Schema
43+
- added initial schema (d7f24f9)
44+
4045
### πŸ“¦ Dependencies
4146
- bumped everything (81b5a2b)
4247
- cleaned up dependencies and add unocss (c373f29)
48+
- (**dev**) added dotenv for drizzle config (1fc3f7a)
4349

4450
## [v0.0.3-alpha.2]
4551

0 commit comments

Comments
Β (0)