Skip to content

Commit 7facdba

Browse files
release(version): Release 1.0.9 [skip ci]
## [1.0.9](v1.0.8...v1.0.9) (2024-05-21) ### fix * incorrect value for showMethodInNavBar option in RapidocUIOptions ([700644c](700644c)) * incorrect value for showMethodInNavBar option in RapidocUIOptions ([d29af24](d29af24))
1 parent 700644c commit 7facdba

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.9](https://github.com/tsabolov/nestjs-rapidoc/compare/v1.0.8...v1.0.9) (2024-05-21)
2+
3+
4+
### fix
5+
6+
* incorrect value for showMethodInNavBar option in RapidocUIOptions ([700644c](https://github.com/tsabolov/nestjs-rapidoc/commit/700644c32991ebfaff93f4ec714d1e66184a3bd1))
7+
* incorrect value for showMethodInNavBar option in RapidocUIOptions ([d29af24](https://github.com/tsabolov/nestjs-rapidoc/commit/d29af240d6463e1c49e447a8daf426427e926e6a))
8+
19
## [1.0.8](https://github.com/tsabolov/nestjs-rapidoc/compare/v1.0.7...v1.0.8) (2024-05-21)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@b8n/nestjs-rapidoc",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "NestJS module for RapiDoc",
55
"keywords": [
66
"nestjs",

0 commit comments

Comments
 (0)