Skip to content

Commit 73aab73

Browse files
committed
Merge tag '0.2.2'
BotKit 0.2.2
2 parents 7022cda + b0ca5bf commit 73aab73

5 files changed

Lines changed: 52 additions & 25 deletions

File tree

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ To be released.
4747
- Added `SqliteRepositoryOptions` interface.
4848

4949

50+
Version 0.2.2
51+
-------------
52+
53+
Released on August 8, 2025.
54+
55+
- Upgrade Fedify to 1.5.5, which includes a critical security
56+
fix [CVE-2025-54888] that addresses an authentication bypass
57+
vulnerability allowing actor impersonation. [[CVE-2025-54888]]
58+
59+
5060
Version 0.2.1
5161
-------------
5262

@@ -116,6 +126,18 @@ Released on April 21, 2025.
116126
to the author of the original message as well if it is a reply.
117127

118128

129+
Version 0.1.2
130+
-------------
131+
132+
Released on August 8, 2025.
133+
134+
- Upgrade Fedify to 1.4.13, which includes a critical security
135+
fix [CVE-2025-54888] that addresses an authentication bypass
136+
vulnerability allowing actor impersonation. [[CVE-2025-54888]]
137+
138+
[CVE-2025-54888]: https://github.com/fedify-dev/fedify/security/advisories/GHSA-6jcc-xgcr-q3h4
139+
140+
119141
Version 0.1.1
120142
-------------
121143

deno.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"temporal"
99
],
1010
"imports": {
11-
"@fedify/fedify": "jsr:@fedify/fedify@^1.8.3",
11+
"@fedify/fedify": "jsr:@fedify/fedify@^1.8.5",
1212
"@logtape/logtape": "jsr:@logtape/logtape@^1.0.0",
1313
"@std/fs": "jsr:@std/fs@^1.0.19",
1414
"@std/path": "jsr:@std/path@^1.1.1",
@@ -22,7 +22,9 @@
2222
"docs",
2323
"dist",
2424
"junit.xml",
25-
"package.json"
25+
"logo.svg",
26+
"package.json",
27+
"src/css"
2628
],
2729
"fmt": {
2830
"exclude": [

deno.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- docs
44

55
catalog:
6-
"@fedify/fedify": ^1.8.3
6+
"@fedify/fedify": ^1.8.5
77
"@js-temporal/polyfill": ^0.5.1
88
"@logtape/logtape": ^1.0.0
99
hono: ^4.8.2

0 commit comments

Comments
 (0)