Skip to content

Commit

Permalink
build($nestjs-redox): release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Mar 6, 2024
1 parent 8bab3bd commit 5413a9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions libs/nestjs-redox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.1.2](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.1...nestjs-redox-1.1.2) (2024-03-06)


### Bug Fixes

* **nestjs-redox:** basic auth with fastify not working ([39ff94d](https://github.com/julianpoemp/nestjs-redox/commit/39ff94d5be6e75d4f168a9b027fdcf92a9bf78e1))



## [1.1.1](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-1.1.0...nestjs-redox-1.1.1) (2024-03-06)


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.1",
"version": "1.1.2",
"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 5413a9c

Please sign in to comment.