Skip to content

Commit 9ce0e4c

Browse files
committed
build(nestjs-redox): release version 2.3.0
1 parent 40d864e commit 9ce0e4c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

libs/nestjs-redox/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
# [2.3.0](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-2.2.1...nestjs-redox-2.3.0) (2025-10-30)
6+
7+
8+
### Features
9+
10+
* **nestjs-redox:** new option "serveAPIDoc" for serving swagger JSON via accessible URL ([40d864e](https://github.com/julianpoemp/nestjs-redox/commit/40d864e645723619d6c0c1f8fb0c0d8fe4f5299c)), closes [#20](https://github.com/julianpoemp/nestjs-redox/issues/20)
11+
12+
13+
514
## [2.2.1](https://github.com/julianpoemp/nestjs-redox/compare/nestjs-redox-2.2.0...nestjs-redox-2.2.1) (2025-06-10)
615

716

libs/nestjs-redox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-redox",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "This NestJS module enables to auto-generate beautiful API docs using Swagger and Redoc. It supports NestJS 10, ExpressJS and Fastify.",
55
"dependencies": {
66
"handlebars": "^4.7.8",

0 commit comments

Comments
 (0)