Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit d7d7686

Browse files
committed
Release 0.2.1
1 parent 1112562 commit d7d7686

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[![npm][npm badge]][npm]
55
[![Matrix][Matrix badge]][Matrix]
6+
[![Discord][Discord badge]][Discord]
67
[![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
78

89
This package provides a simple way to integrate [Fedify] with [Express].
@@ -24,7 +25,9 @@ app.use(integrateFederation(federation, (req) => "context data goes here"));
2425
[npm]: https://www.npmjs.com/package/@fedify/express
2526
[npm badge]: https://img.shields.io/npm/v/@fedify/express?logo=npm
2627
[Matrix]: https://matrix.to/#/#fedify:matrix.org
27-
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
28+
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
29+
[Discord]: https://discord.gg/bhtwpzURwd
30+
[Discord badge]: https://img.shields.io/discord/1295652627505217647?logo=discord&cacheSeconds=60
2831
[@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
2932
[@fedify@hollo.social]: https://hollo.social/@fedify
3033
[Fedify]: https://fedify.dev/
@@ -36,7 +39,12 @@ Changelog
3639

3740
### Version 0.2.1
3841

39-
To be released.
42+
Released on May 11, 2025.
43+
44+
- Fixed an invalid version constraint in the `peerDependencies`.
45+
[[#3] by Emelia Smith]
46+
47+
[#3]: https://github.com/fedify-dev/express/pull/3
4048

4149
### Version 0.2.0
4250

0 commit comments

Comments
 (0)