chore: update changelog d224a8ca
Steve · 2026-04-25 08:16 2 file(s) · +53 −4
CHANGELOG.md +22 −3
1 +
## [0.5.6] - 2026-04-25
2 +
3 +
### 🐛 Bug Fixes
4 +
5 +
- Sequoia update
6 +
- Updated type guard to allow textContent to be null
7 +
8 +
### ⚙️ Miscellaneous Tasks
9 +
10 +
- Release 0.5.6
11 +
- Bumped printed version
12 +
## [0.5.5] - 2026-04-15
13 +
14 +
### 🐛 Bug Fixes
15 +
16 +
- Include slug and bskyPostRef in local state
17 +
18 +
### ⚙️ Miscellaneous Tasks
19 +
20 +
- Update changelog
21 +
- Release v0.5.5
22 +
1 23
## [0.5.4] - 2026-04-13
2 24
3 25
### 🐛 Bug Fixes
8 30
9 31
- Update changelog
10 32
- Release 0.5.4
11 -
12 33
## [0.5.3] - 2026-04-04
13 34
14 35
### 🐛 Bug Fixes
22 43
- Update README
23 44
- Lint and format
24 45
- Version bump
25 -
26 46
## [0.5.2] - 2026-03-22
27 47
28 48
### ⚙️ Miscellaneous Tasks
31 51
- Add auto sync to publishing
32 52
- Update docs
33 53
- Format and bump version
34 -
35 54
## [0.5.1] - 2026-03-11
36 55
37 56
### 🚀 Features
packages/cli/CHANGELOG.md +31 −1
1 +
## [0.5.6] - 2026-04-25
2 +
3 +
### 🐛 Bug Fixes
4 +
5 +
- Sequoia update
6 +
- Updated type guard to allow textContent to be null
7 +
8 +
### ⚙️ Miscellaneous Tasks
9 +
10 +
- Release 0.5.6
11 +
- Bumped printed version
12 +
## [0.5.5] - 2026-04-15
13 +
14 +
### 🐛 Bug Fixes
15 +
16 +
- Include slug and bskyPostRef in local state
17 +
18 +
### ⚙️ Miscellaneous Tasks
19 +
20 +
- Release v0.5.5
21 +
## [0.5.4] - 2026-04-13
22 +
23 +
### 🐛 Bug Fixes
24 +
25 +
- Corrected behavior for empty string in pathPrefix
26 +
27 +
### ⚙️ Miscellaneous Tasks
28 +
29 +
- Update changelog
30 +
- Release 0.5.4
31 +
1 32
## [0.5.3] - 2026-04-04
2 33
3 34
### 🐛 Bug Fixes
9 40
- Update changelog
10 41
- Lint and format
11 42
- Version bump
12 -
13 43
## [0.5.2] - 2026-03-22
14 44
15 45
### ⚙️ Miscellaneous Tasks