chore: updated changelog efa2989a
Steve · 2026-02-26 19:44 1 file(s) · +21 −1
CHANGELOG.md +21 −1
1 +
## [0.5.0] - 2026-02-27
2 +
3 +
### 🚀 Features
4 +
5 +
- Added slug templating
6 +
- Add subscription component
7 +
8 +
### 🐛 Bug Fixes
9 +
10 +
- Preserve PDS-side fields (e.g. bskyPostRef) on document update
11 +
12 +
### ⚙️ Miscellaneous Tasks
13 +
14 +
- Updated docs
15 +
- Misc updates
16 +
- Lint and format
17 +
- Refactored docs to worker + static assets
18 +
- Refactored to use atproto oauth lib
19 +
- Version bump and clean up
20 +
1 21
## [0.4.0] - 2026-02-07
2 22
3 23
### 🚀 Features
13 33
- Update docs
14 34
- Updated comments
15 35
- Lint
16 -
36 +
- Release 0.4.0
17 37
## [0.3.3] - 2026-02-05
18 38
19 39
### ⚙️ Miscellaneous Tasks