Skip to content

Commit 34f0840

Browse files
author
GitHub
committed
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.1.2...v9.0.0) (2025-04-07) ### Features * support Nest 11 ([1764ee5](1764ee5)) ### BREAKING CHANGES * Drop support for Nest v7
1 parent 1764ee5 commit 34f0840

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.0.0](https://github.com/willsoto/nestjs-objection/compare/v8.1.2...v9.0.0) (2025-04-07)
2+
3+
4+
### Features
5+
6+
* support Nest 11 ([1764ee5](https://github.com/willsoto/nestjs-objection/commit/1764ee58855b536b20c80bc1f0a6491ebae48533))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Drop support for Nest v7
12+
113
## [8.1.2](https://github.com/willsoto/nestjs-objection/compare/v8.1.1...v8.1.2) (2023-09-29)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@willsoto/nestjs-objection",
3-
"version": "8.1.2",
3+
"version": "9.0.0",
44
"description": "Objection module for NestJS",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)