Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump v8.0.0 #294

Merged
merged 1 commit into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump v8.0.0
  • Loading branch information
9renpoto committed Aug 19, 2021
commit 5f37eb68d999fb6a332c37be3031241e892f4877
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