Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Sep 9, 2024
1 parent 034c352 commit 542de7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## [v0.1.1](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.1.1) (2024-08-06)
- Replace `decorateRequest` by `onRequest` hook [\#10](https://github.com/uphold/fastify-openapi-router-plugin/pull/10) ([andreffvalente](https://github.com/andreffvalente))
## [v0.2.0](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.2.0) (2024-09-09)
- Add `securityErrorMapper` option [\#11](https://github.com/uphold/fastify-openapi-router-plugin/pull/11) ([satazor](https://github.com/satazor))

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.1.1",
"version": "0.2.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 542de7a

Please sign in to comment.