Skip to content

Commit

Permalink
docs: bump v7.2.0 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Mar 3, 2021
1 parent 57132be commit 977e25e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# [7.2.0](https://github.com/mentos1386/nest-raven/compare/v7.1.0...v7.2.0) (2021-03-03)


### Bug Fixes

* remove null parameter signatures for tap ([#198](https://github.com/mentos1386/nest-raven/issues/198)) ([57132be](https://github.com/mentos1386/nest-raven/commit/57132be910a9aa0e9305583bcd8454029bbc1bea))



# [7.1.0](https://github.com/mentos1386/nest-raven/compare/v7.0.0...v7.1.0) (2021-02-05)

### Features

* Upgrade @sentry/node version to 6.0.4 #187 ([#187](https://github.com/mentos1386/nest-raven/pull/187))

# [7.0.0](https://github.com/mentos1386/nest-raven/compare/v6.0.0-alpha.2...v7.0.0) (2020-08-23)

Expand All @@ -29,6 +36,7 @@
* **example:** not using withGraphQL anymore ([5f133d0](https://github.com/mentos1386/nest-raven/commit/5f133d0c7074daccf159e4adaee96314d6bd0cca))



# [6.0.0-aplha.1](https://github.com/mentos1386/nest-raven/compare/v5.0.0...v6.0.0-aplha.1) (2020-04-18)


Expand Down Expand Up @@ -89,3 +97,6 @@
### Features

* **RavenModule:** initial release ([95bf047](https://github.com/mentos1386/nest-raven/commit/95bf04714e48d0eaec73e4b714ce12a32f8924f7))



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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-raven",
"version": "7.1.0",
"version": "7.2.0",
"description": "Sentry Raven Module for Nest Framework",
"files": [
"dist"
Expand Down Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
"rxjs": "^6.4.0"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
Expand Down

0 comments on commit 977e25e

Please sign in to comment.