Skip to content

Commit a9abba5

Browse files
committed
log
1 parent bf5c0d0 commit a9abba5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/changelog.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ export interface ChangelogEntry {
44
}
55

66
export const changelogData: ChangelogEntry[] = [
7+
{
8+
version: "0.0.10",
9+
changes: [
10+
"add blocklist ability (gmail, bsky)",
11+
"simple bot filter",
12+
"simple image sizing"
13+
],
14+
},
715
{
816
version: "0.0.9",
917
changes: [

0 commit comments

Comments
 (0)