From e87cf2510c93822a25f31b5fc146942333f60a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Sun, 23 Jun 2024 10:13:29 +0200 Subject: [PATCH] build($nestjs-redox): release version 1.1.5 --- libs/nestjs-redox/CHANGELOG.md | 9 +++++++++ libs/nestjs-redox/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/nestjs-redox/CHANGELOG.md b/libs/nestjs-redox/CHANGELOG.md index a9c4368..84be709 100644 --- a/libs/nestjs-redox/CHANGELOG.md +++ b/libs/nestjs-redox/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.1.5](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.4...nestjs-redox-1.1.5) (2024-06-23) + + +### Bug Fixes + +* **nestjs-redox:** RedocOptions.logo and RedocOptions.tagGroups not working ([9d8b1e0](https://github.com/julianpoemp/nestjs-redox/commit/9d8b1e03cb6a9e12b65e30d859c97c5130a4860f)) + + + ## [1.1.4](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.3...nestjs-redox-1.1.4) (2024-06-15) diff --git a/libs/nestjs-redox/package.json b/libs/nestjs-redox/package.json index 1cff55c..ada03f2 100644 --- a/libs/nestjs-redox/package.json +++ b/libs/nestjs-redox/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-redox", - "version": "1.1.4", + "version": "1.1.5", "description": "This NestJS module enables to auto-generate beautiful API docs using Swagger and Redoc. It supports NestJS 10, ExpressJS and Fastify.", "dependencies": { "handlebars": "^4.7.8",