From 0a93324509d8f766207087bb4968bb47a2b1e0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Wed, 29 May 2024 09:17:53 +0200 Subject: [PATCH] build($nestjs-redox): release version 1.1.3 --- 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 1afe016..32a6815 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.3](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.2...nestjs-redox-1.1.3) (2024-05-29) + + +### Bug Fixes + +* **nestjs-redox:** add missing theme property ([e20cd7e](https://github.com/julianpoemp/nestjs-redox/commit/e20cd7ee90c222cbc0acc8684d86bc8b9a19c119)) + + + ## [1.1.2](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.1...nestjs-redox-1.1.2) (2024-03-06) diff --git a/libs/nestjs-redox/package.json b/libs/nestjs-redox/package.json index 473a45c..3bf802f 100644 --- a/libs/nestjs-redox/package.json +++ b/libs/nestjs-redox/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-redox", - "version": "1.1.2", + "version": "1.1.3", "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",