Skip to content

Commit

Permalink
chore(): release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Jul 10, 2022
1 parent 8f3283f commit 3be13f3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@


# [9.0.0](https://github.com/nestjs/terminus/compare/8.1.1...9.0.0) (2022-07-10)


### Bug Fixes

* **deps:** update dependency @nestjs/mongoose to v9.2.0 ([41774ea](https://github.com/nestjs/terminus/commit/41774ea8d74aa0ea221b41f5a501725c81bd1c3d))
* **deps:** update dependency mongoose to v6.4.4 ([2ade1c3](https://github.com/nestjs/terminus/commit/2ade1c39d2aa1074ab7d14fd2f81f1d861f5ec33))
* **deps:** update dependency sequelize to v6.21.2 ([9502239](https://github.com/nestjs/terminus/commit/950223903fe6761c6b1e4a0d45e57c19650fdb0d))
* **deps:** update dependency typeorm to v0.3.7 ([819f0ad](https://github.com/nestjs/terminus/commit/819f0adf96aa080a7188c004f730277e41931eee))


### Features

* upgrade to NestJS v9 ([2809388](https://github.com/nestjs/terminus/commit/28093885a68ec04fc89c636428fff7e736c558a9))


### BREAKING CHANGES

* - Upgrade to NestJS v9
- Replace `redis` with `ioredis` package
- Drop Node v10 support

## [8.1.1](https://github.com/nestjs/terminus/compare/8.1.0...8.1.1) (2022-07-05)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@nestjs/terminus",
"version": "8.1.1",
"version": "9.0.0",
"description": "Terminus integration provides readiness/liveness health checks for NestJS.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3be13f3

Please sign in to comment.