Skip to content

Commit a91f178

Browse files
committed
Release 0.1.3
1 parent d8d04ee commit a91f178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hollo changelog
44
Version 0.1.3
55
-------------
66

7-
To be released.
7+
Released on October 27, 2024.
88

99
- Fixed incorrect handling of relative path URIs in `Link` headers with
1010
`rel=alternate`. This caused inoperability with some software such as

Diff for: src/pages/accounts.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import {
33
Move,
44
type Object,
55
PUBLIC_COLLECTION,
6+
type Recipient,
67
Update,
78
exportJwk,
89
generateCryptoKeyPair,
910
getActorHandle,
1011
isActor,
11-
type Recipient,
1212
} from "@fedify/fedify";
1313
import { getLogger } from "@logtape/logtape";
1414
import { eq, sql } from "drizzle-orm";

0 commit comments

Comments
 (0)