Skip to content

Commit

Permalink
chore: bump v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Aug 19, 2021
1 parent d713d69 commit 5f37eb6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [8.0.0](https://github.com/mentos1386/nest-raven/compare/v7.2.0...v8.0.0) (2021-08-19)

* upgrade @nestjs v8 ([#293](https://github.com/mentos1386/nest-raven/pull/293)

# [7.2.0](https://github.com/mentos1386/nest-raven/compare/v7.1.0...v7.2.0) (2021-03-03)


Expand All @@ -22,8 +26,8 @@

### Features

* @nestjs/graphql optionalDependencies ([#84](https://github.com/mentos1386/nest-raven/issues/84)) ([1bb1125](https://github.com/mentos1386/nest-raven/commit/1bb11252f06054fcd44cc04af22fb3056a772c92))
* **.github:** Added renovate config ([#46](https://github.com/mentos1386/nest-raven/issues/46)) ([508e2eb](https://github.com/mentos1386/nest-raven/commit/508e2eba37c50c0cd1dc80bfaf64e4cca2a98d3e))
* @nestjs/graphql optionalDependencies ([#84](https://github.com/mentos1386/nest-raven/issues/84)) ([1bb1125](https://github.com/mentos1386/nest-raven/commit/1bb11252f06054fcd44cc04af22fb3056a772c92))



Expand All @@ -32,8 +36,8 @@

### Bug Fixes

* export main and types ([#40](https://github.com/mentos1386/nest-raven/issues/40)) ([fd719ef](https://github.com/mentos1386/nest-raven/commit/fd719ef3e91ab08100d75a73764f96a4fd1ba42b))
* **example:** not using withGraphQL anymore ([5f133d0](https://github.com/mentos1386/nest-raven/commit/5f133d0c7074daccf159e4adaee96314d6bd0cca))
* export main and types ([#40](https://github.com/mentos1386/nest-raven/issues/40)) ([fd719ef](https://github.com/mentos1386/nest-raven/commit/fd719ef3e91ab08100d75a73764f96a4fd1ba42b))



Expand Down
26 changes: 20 additions & 6 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-raven",
"version": "7.2.0",
"version": "8.0.0",
"description": "Sentry Raven Module for Nest Framework",
"files": [
"dist"
Expand Down Expand Up @@ -31,15 +31,14 @@
"url": "https://github.com/mentos1386/nest-raven/issues"
},
"homepage": "https://github.com/mentos1386/nest-raven#readme",
"dependencies": {
"@sentry/minimal": "^6.0.4",
"@sentry/node": "^6.0.4"
},
"dependencies": {},
"optionalDependencies": {
"@nestjs/graphql": "^8.0.2"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@sentry/minimal": "^6.0.4",
"@sentry/node": "^6.0.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.0.0"
},
Expand All @@ -53,6 +52,8 @@
"@nestjs/platform-socket.io": "8.0.6",
"@nestjs/testing": "8.0.6",
"@nestjs/websockets": "8.0.6",
"@sentry/minimal": "^6.0.4",
"@sentry/node": "^6.0.4",
"@types/jest": "27.0.1",
"@types/node": "16.6.1",
"@types/supertest": "2.0.11",
Expand Down

0 comments on commit 5f37eb6

Please sign in to comment.