diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3d2b5..ebc9a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index c98af92..da517b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uphold/fastify-openapi-router-plugin", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uphold/fastify-openapi-router-plugin", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "dependencies": { "@readme/openapi-parser": "^2.6.0", diff --git a/package.json b/package.json index 570532f..3223703 100644 --- a/package.json +++ b/package.json @@ -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",