Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.2.0...v8.0.0) (2022-04-25)

### Features

* upgrade to Knex 2.0 ([d22ce9d](d22ce9d))

### BREAKING CHANGES

* See Knex changelog for details https://github.com/knex/knex/releases/tag/2.0.0

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
GitHub committed Apr 25, 2022
1 parent d22ce9d commit 9aabfbc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [8.0.0](https://github.com/willsoto/nestjs-objection/compare/v7.2.0...v8.0.0) (2022-04-25)


### Features

* upgrade to Knex 2.0 ([d22ce9d](https://github.com/willsoto/nestjs-objection/commit/d22ce9da98c27a31891d2b525b47fb578a6fcf65))


### BREAKING CHANGES

* See Knex changelog for details https://github.com/knex/knex/releases/tag/2.0.0

Signed-off-by: Will Soto <[email protected]>

# [7.2.0](https://github.com/willsoto/nestjs-objection/compare/v7.1.0...v7.2.0) (2022-03-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/nestjs-objection",
"version": "7.2.0",
"version": "8.0.0",
"description": "Objection module for NestJS",
"keywords": [
"database",
Expand Down

0 comments on commit 9aabfbc

Please sign in to comment.