Skip to content

Commit

Permalink
build($nestjs-redox): release version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 22, 2024
1 parent 853e9c6 commit d4cbbba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions libs/nestjs-redox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [1.1.6](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.5...nestjs-redox-1.1.6) (2024-07-22)


### Bug Fixes

* **nestjs-redox:** tag groups not working properly ([853e9c6](https://github.com/julianpoemp/nestjs-redox/commit/853e9c641b66a9b2cfdacd0bb749d854d5087098)), closes [#4](https://github.com/julianpoemp/nestjs-redox/issues/4)
* **nestjs-redox:** wrong type for RedocOptions.expandResponses, should be string ([5f14cde](https://github.com/julianpoemp/nestjs-redox/commit/5f14cdedfdf3f7c689c73ae749fcf7b52294cf0f)), closes [#4](https://github.com/julianpoemp/nestjs-redox/issues/4)



## [1.1.5](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.4...nestjs-redox-1.1.5) (2024-06-23)


Expand Down
2 changes: 1 addition & 1 deletion libs/nestjs-redox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-redox",
"version": "1.1.5",
"version": "1.1.6",
"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",
Expand Down

0 comments on commit d4cbbba

Please sign in to comment.