We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d04ee commit a91f178Copy full SHA for a91f178
CHANGES.md
@@ -4,7 +4,7 @@ Hollo changelog
4
Version 0.1.3
5
-------------
6
7
-To be released.
+Released on October 27, 2024.
8
9
- Fixed incorrect handling of relative path URIs in `Link` headers with
10
`rel=alternate`. This caused inoperability with some software such as
src/pages/accounts.tsx
@@ -3,12 +3,12 @@ import {
3
Move,
type Object,
PUBLIC_COLLECTION,
+ type Recipient,
Update,
exportJwk,
generateCryptoKeyPair,
getActorHandle,
11
isActor,
- type Recipient,
12
} from "@fedify/fedify";
13
import { getLogger } from "@logtape/logtape";
14
import { eq, sql } from "drizzle-orm";
0 commit comments