Skip to content

Commit 8edd5ad

Browse files
chore(release): 8.0.2 [skip ci]
## [8.0.2](v8.0.1...v8.0.2) (2025-11-11) ### Bug Fixes * attach raw body to request object (required for stripe webhooks) ([5b268b3](5b268b3))
1 parent 5e98a1d commit 8edd5ad

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.2](https://github.com/DouglasNeuroInformatics/libnest/compare/v8.0.1...v8.0.2) (2025-11-11)
4+
5+
### Bug Fixes
6+
7+
* attach raw body to request object (required for stripe webhooks) ([5b268b3](https://github.com/DouglasNeuroInformatics/libnest/commit/5b268b350cf0765cf481b60ad9d58055d4b97a22))
8+
39
## [8.0.1](https://github.com/DouglasNeuroInformatics/libnest/compare/v8.0.0...v8.0.1) (2025-10-27)
410

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