From 0fedaf3eacab66d9b0e1e486dbf4c11c65786c46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Oct 2023 15:20:50 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/touchifyapp/fastify-oapi/compare/v2.0.1...v2.1.0) (2023-10-15) ### Features * allow to pass a spec as an object ([a02e392](https://github.com/touchifyapp/fastify-oapi/commit/a02e3924dc7408834cecf0e40f2ca5bb2ea4ea15)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f9724..6958da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/touchifyapp/fastify-oapi/compare/v2.0.1...v2.1.0) (2023-10-15) + + +### Features + +* allow to pass a spec as an object ([a02e392](https://github.com/touchifyapp/fastify-oapi/commit/a02e3924dc7408834cecf0e40f2ca5bb2ea4ea15)) + ## [2.0.1](https://github.com/touchifyapp/fastify-oapi/compare/v2.0.0...v2.0.1) (2023-09-25) diff --git a/package.json b/package.json index 5e69d90..3d35dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-oapi", - "version": "2.0.1", + "version": "2.1.0", "description": "Fastify plugin to make your fastify server fully compliant with Open API v3", "author": "Touchify ", "license": "MIT",