Skip to content

Commit

Permalink
nestjs: version 0.2.0 (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Alex <[email protected]>
  • Loading branch information
perf2711 and Sebastian Alex authored Nov 28, 2023
1 parent a232491 commit dfc71b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.

7 changes: 7 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.2.0

- update `@backtrace/node` to `0.2.0`
- fix native reports not sending after startup (#204)
- fix global is undefined error (#187)
- add abort support to metrics and request handlers

# Version 0.1.1

- add support for Nest v10
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backtrace/nestjs",
"version": "0.1.1",
"version": "0.2.0",
"description": "Backtrace-JavaScript NestJS integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit dfc71b9

Please sign in to comment.