Skip to content

Commit 27265de

Browse files
chore(release): 7.5.0 [skip ci]
## [7.5.0](v7.4.0...v7.5.0) (2025-10-15) ### Features * add bundle option ([7c9c9ef](7c9c9ef)) * add UUIDPipe ([8300465](8300465)) * allow custom env for testing in config service ([c6d869b](c6d869b))
1 parent f462a96 commit 27265de

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [7.5.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v7.4.0...v7.5.0) (2025-10-15)
4+
5+
### Features
6+
7+
* add bundle option ([7c9c9ef](https://github.com/DouglasNeuroInformatics/libnest/commit/7c9c9efe035ed391f7d31adf10aacecb4064d9c8))
8+
* add UUIDPipe ([8300465](https://github.com/DouglasNeuroInformatics/libnest/commit/8300465a67579762f640e3ef5e96ad48e922a331))
9+
* allow custom env for testing in config service ([c6d869b](https://github.com/DouglasNeuroInformatics/libnest/commit/c6d869b3b63bd63992aaa134b7304bdab9dea52a))
10+
311
## [7.4.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v7.3.3...v7.4.0) (2025-08-26)
412

513
### Features

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": "7.4.0",
4+
"version": "7.5.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)