From a545ef2e555577e4c5e32082a676cb736ec0bee5 Mon Sep 17 00:00:00 2001 From: Uphold Date: Tue, 6 Aug 2024 09:04:47 +0000 Subject: [PATCH] Release `v0.1.1` --- CHANGELOG.md | 11 ++--------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80dce9b..2f3d2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Changelog -## [v0.1.0](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.1.0) (2024-08-05) -- Add missing `release` npm script [\#9](https://github.com/uphold/fastify-openapi-router-plugin/pull/9) ([satazor](https://github.com/satazor)) -- Set package.json version to `0.0.0` to prepare for release [\#8](https://github.com/uphold/fastify-openapi-router-plugin/pull/8) ([satazor](https://github.com/satazor)) -- Fix scopes on README [\#7](https://github.com/uphold/fastify-openapi-router-plugin/pull/7) ([hv-leo](https://github.com/hv-leo)) -- Fix and improve several README sentences [\#4](https://github.com/uphold/fastify-openapi-router-plugin/pull/4) ([satazor](https://github.com/satazor)) -- Generalize wildcard matching in scopes [\#5](https://github.com/uphold/fastify-openapi-router-plugin/pull/5) ([satazor](https://github.com/satazor)) -- Improve README [\#3](https://github.com/uphold/fastify-openapi-router-plugin/pull/3) ([satazor](https://github.com/satazor)) -- Remove build from release-it config [\#2](https://github.com/uphold/fastify-openapi-router-plugin/pull/2) ([satazor](https://github.com/satazor)) -- Add initial commit [\#1](https://github.com/uphold/fastify-openapi-router-plugin/pull/1) ([andreffvalente](https://github.com/andreffvalente)) +## [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)) diff --git a/package-lock.json b/package-lock.json index 2ee9c9d..c98af92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uphold/fastify-openapi-router-plugin", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uphold/fastify-openapi-router-plugin", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@readme/openapi-parser": "^2.6.0", diff --git a/package.json b/package.json index 8a92cdb..570532f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/fastify-openapi-router-plugin", - "version": "0.1.0", + "version": "0.1.1", "description": "A plugin for Fastify to connect routes with a OpenAPI 3.x specification", "main": "./src/index.js", "types": "types/index.d.ts",