Skip to content

Commit 0eccb40

Browse files
chore(release): 7.1.0 [skip ci]
## [7.1.0](v7.0.0...v7.1.0) (2025-06-25) ### Features * implement jsx in MailService ([e0dda06](e0dda06)) ### Bug Fixes * ignore unrepresentable types in json schema docs (temporary) ([4c9ce3f](4c9ce3f))
1 parent 67ec6ef commit 0eccb40

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [7.1.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v7.0.0...v7.1.0) (2025-06-25)
4+
5+
### Features
6+
7+
* implement jsx in MailService ([e0dda06](https://github.com/DouglasNeuroInformatics/libnest/commit/e0dda06025fca44991e36878af89b5241e224d9e))
8+
9+
### Bug Fixes
10+
11+
* ignore unrepresentable types in json schema docs (temporary) ([4c9ce3f](https://github.com/DouglasNeuroInformatics/libnest/commit/4c9ce3f2291be18e2eaf7965669a230b483c0422))
12+
313
## [7.0.0](https://github.com/DouglasNeuroInformatics/libnest/compare/v6.0.1...v7.0.0) (2025-06-11)
414

515
### ⚠ 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": "7.0.0",
4+
"version": "7.1.0",
55
"packageManager": "pnpm@10.6.3",
66
"description": "Generic NestJS decorators, pipes, modules, and utilities used across DNP projects",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)