From 6b5c3998d239226c4f9b815175d62673253e6895 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Apr 2023 21:06:55 +0000 Subject: [PATCH] chore(release): 1.5.3 [skip ci] ## [1.5.3](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.2...v1.5.3) (2023-04-10) ### Bug Fixes * add skiplibcheck ([861d15c](https://github.com/touchifyapp/fastify-oapi/commit/861d15ce0989d7f976711d20635a33f1472ee51c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477cee1..f7bbf04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.2...v1.5.3) (2023-04-10) + + +### Bug Fixes + +* add skiplibcheck ([861d15c](https://github.com/touchifyapp/fastify-oapi/commit/861d15ce0989d7f976711d20635a33f1472ee51c)) + ## [1.5.2](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.1...v1.5.2) (2021-04-17) diff --git a/package.json b/package.json index a992c44..c86e1bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-oapi", - "version": "1.5.2", + "version": "1.5.3", "description": "Fastify plugin to make your fastify server fully compliant with Open API v3", "author": "Touchify ", "license": "MIT",