Skip to content

Commit e90d97c

Browse files
chore(release): 5.2.0 [skip ci]
## [5.2.0](v5.1.2...v5.2.0) (2025-04-28) ### Features * allow app-level controllers ([b8d8590](b8d8590)) ### Bug Fixes * docs path type ([1122b00](1122b00)) * issue with custom docs url ([79aa792](79aa792))
1 parent 79b60d0 commit e90d97c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v5.1.2...v5.2.0) (2025-04-28)
4+
5+
### Features
6+
7+
* allow app-level controllers ([b8d8590](https://github.com/DouglasNeuroInformatics/libnest/commit/b8d8590f4dabff48a39242037320b49f939bbd31))
8+
9+
### Bug Fixes
10+
11+
* docs path type ([1122b00](https://github.com/DouglasNeuroInformatics/libnest/commit/1122b0024ee3cba9f7d8b5d21739c94384f0b74b))
12+
* issue with custom docs url ([79aa792](https://github.com/DouglasNeuroInformatics/libnest/commit/79aa792ab2aad9e62414f821575fb6fb9a4c766e))
13+
314
## [5.1.2](https://github.com/DouglasNeuroInformatics/libnest/compare/v5.1.1...v5.1.2) (2025-04-25)
415

516
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@douglasneuroinformatics/libnest",
33
"type": "module",
4-
"version": "5.1.2",
4+
"version": "5.2.0",
55
"packageManager": "[email protected]",
66
"description": "Generic NestJS decorators, pipes, modules, and utilities used across DNP projects",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)