Skip to content

Commit d170478

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.3.1...v6.0.0) (2025-05-30) ### ⚠ BREAKING CHANGES * consumers must use zod v4 ### Bug Fixes * allow onComplete to optional as before ([85e1b4f](85e1b4f)) ### Miscellaneous Chores * migrate to zod v4 ([c5dd7d7](c5dd7d7))
1 parent 77046e6 commit d170478

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v5.3.1...v6.0.0) (2025-05-30)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* consumers must use zod v4
8+
9+
### Bug Fixes
10+
11+
* allow onComplete to optional as before ([85e1b4f](https://github.com/DouglasNeuroInformatics/libnest/commit/85e1b4f27693b62983985e04cdcbd2eeffe61c5d))
12+
13+
### Miscellaneous Chores
14+
15+
* migrate to zod v4 ([c5dd7d7](https://github.com/DouglasNeuroInformatics/libnest/commit/c5dd7d70d9959ef0099c0270df11d931286b0d42))
16+
317
## [5.3.1](https://github.com/DouglasNeuroInformatics/libnest/compare/v5.3.0...v5.3.1) (2025-05-21)
418

519
### 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.3.1",
4+
"version": "6.0.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)