Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Nov 7, 2024
1 parent af49113 commit 75f3839
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.6.0](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.6.0) (2024-11-07)
- Add support for fastify 5 [\#23](https://github.com/uphold/fastify-openapi-router-plugin/pull/23) ([elpinho](https://github.com/elpinho))

## [v0.5.2](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.5.2) (2024-10-24)
- Remove only `discriminator.mapping` [\#22](https://github.com/uphold/fastify-openapi-router-plugin/pull/22) ([satazor](https://github.com/satazor))

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/fastify-openapi-router-plugin",
"version": "0.5.2",
"version": "0.6.0",
"description": "A plugin for Fastify to connect routes with a OpenAPI 3.x specification",
"main": "./src/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 75f3839

Please sign in to comment.