Skip to content

Commit 096d880

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.3.0...v7.0.0) (2022-01-17) ### Features * **knex:** upgrade to Knex v1 ([7109016](7109016)) ### BREAKING CHANGES * **knex:** Knex is upgraded to v1 Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
1 parent 7109016 commit 096d880

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [7.0.0](https://github.com/willsoto/nestjs-objection/compare/v6.3.0...v7.0.0) (2022-01-17)
2+
3+
4+
### Features
5+
6+
* **knex:** upgrade to Knex v1 ([7109016](https://github.com/willsoto/nestjs-objection/commit/7109016097c3fde35fd4be613c794192354bc4c8))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **knex:** Knex is upgraded to v1
12+
13+
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
14+
115
# [6.3.0](https://github.com/willsoto/nestjs-objection/compare/v6.2.0...v6.3.0) (2021-11-30)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.3.0",
3+
"version": "7.0.0",
44
"description": "Objection module for NestJS",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)