Skip to content

Commit

Permalink
chore(): release v7.2.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Apr 11, 2021
1 parent 1fc793f commit b31afc7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [7.2.0-next.0](https://github.com/nestjs/terminus/compare/7.1.2...7.2.0-next.0) (2021-04-11)


### Bug Fixes

* **deps:** update dependency @grpc/proto-loader to v0.6.0 ([e00f738](https://github.com/nestjs/terminus/commit/e00f73887e48300f6d4c0f7b6ebb4f94160bbcf5))
* **deps:** update dependency @nestjs/mongoose to v7.2.4 ([1d0d26e](https://github.com/nestjs/terminus/commit/1d0d26e6cc0a8dc24466ffcf799158b65a7f049e))
* **deps:** update dependency @nestjs/terminus to v7.1.2 ([9d0c98e](https://github.com/nestjs/terminus/commit/9d0c98e47eef066a55a1a35c6c1fda60a359364f))
* **deps:** update dependency fastify to v3.14.2 ([710055b](https://github.com/nestjs/terminus/commit/710055bbc40e996dce9fe9cf34523b6186184239))
* **deps:** update dependency redis to v3.1.0 ([7e83581](https://github.com/nestjs/terminus/commit/7e835818edcbebb3f5813ee110d0ecdb776906d5))
* **deps:** update dependency rxjs to v6.6.7 ([de4da85](https://github.com/nestjs/terminus/commit/de4da85b31f152eb198e7933772a8829984b3bb3))


### Features

* **health:** add `httpClient` as option ([25a428c](https://github.com/nestjs/terminus/commit/25a428c80c9f2b521f7d528fe6d7685be3ea0b1d)), closes [#1151](https://github.com/nestjs/terminus/issues/1151)

## [7.1.2](https://github.com/nestjs/terminus/compare/7.1.1...7.1.2) (2021-04-04)


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": "7.1.2",
"version": "7.2.0-next.0",
"description": "Nest - modern, fast, powerful node.js web framework (@terminus)",
"repository": {
"type": "git",
Expand Down

0 comments on commit b31afc7

Please sign in to comment.