Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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 <[email protected]>
  • Loading branch information
github-actions[bot] committed Jan 17, 2022
1 parent 7109016 commit 096d880
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 @@
# [7.0.0](https://github.com/willsoto/nestjs-objection/compare/v6.3.0...v7.0.0) (2022-01-17)


### Features

* **knex:** upgrade to Knex v1 ([7109016](https://github.com/willsoto/nestjs-objection/commit/7109016097c3fde35fd4be613c794192354bc4c8))


### BREAKING CHANGES

* **knex:** Knex is upgraded to v1

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

# [6.3.0](https://github.com/willsoto/nestjs-objection/compare/v6.2.0...v6.3.0) (2021-11-30)


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": "6.3.0",
"version": "7.0.0",
"description": "Objection module for NestJS",
"keywords": [
"database",
Expand Down

0 comments on commit 096d880

Please sign in to comment.