Skip to content

Commit a3f937f

Browse files
chore(release): 8.0.1 [skip ci]
## [8.0.1](v8.0.0...v8.0.1) (2025-10-27) ### Bug Fixes * listen on 0.0.0.0 ([2a09d0b](2a09d0b))
1 parent abeb20c commit a3f937f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [8.0.1](https://github.com/DouglasNeuroInformatics/libnest/compare/v8.0.0...v8.0.1) (2025-10-27)
4+
5+
### Bug Fixes
6+
7+
* listen on 0.0.0.0 ([2a09d0b](https://github.com/DouglasNeuroInformatics/libnest/commit/2a09d0bb81857f482dc6695643011927a6d1b668))
8+
39
## [8.0.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v7.5.0...v8.0.0) (2025-10-15)
410

511
### ⚠ BREAKING CHANGES

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": "8.0.0",
4+
"version": "8.0.1",
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)