diff --git a/CHANGES.md b/CHANGES.md index e65cadd..563a489 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ Version 0.3.0 To be released. - Added `MemoryCachedRepository` class. + - Upgraded Fedify to 1.6.1. Version 0.2.0 diff --git a/deno.json b/deno.json index 13bc487..049db0f 100644 --- a/deno.json +++ b/deno.json @@ -18,7 +18,7 @@ "./text": "./src/text.ts" }, "imports": { - "@fedify/fedify": "jsr:@fedify/fedify@^1.5.1", + "@fedify/fedify": "jsr:@fedify/fedify@^1.6.1", "@fedify/markdown-it-hashtag": "jsr:@fedify/markdown-it-hashtag@^0.3.0", "@fedify/markdown-it-mention": "jsr:@fedify/markdown-it-mention@^0.3.0", "@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",