Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Version 1.10.0

To be released.

### @fedify/nestjs

- Allowed Express 5 in the `express` peer dependency range to support NestJS 11.
[[#492], [#493] by Cho Hasang]


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line can be removed to maintain consistency with other entries in the changelog, which typically have only one blank line between the change description and its reference links.

[#492]: https://github.com/fedify-dev/fedify/issues/492
[#493]: https://github.com/fedify-dev/fedify/pull/493


Version 1.9.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"peerDependencies": {
"@fedify/fedify": "workspace:^",
"@nestjs/common": "catalog:",
"express": "catalog:"
"express": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@types/express": "catalog:",
Expand Down
24 changes: 4 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading