Skip to content

Commit

Permalink
Merge pull request #56 from pragmaticivan/release-v2.0.0
Browse files Browse the repository at this point in the history
chore: release 2.0.0
  • Loading branch information
pragmaticivan authored Jul 28, 2021
2 parents 34603c5 + af2b383 commit 69ff670
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v1.8.2...v2.0.0) (2021-07-28)


### ⚠ BREAKING CHANGES

* removes nodeSDKConfiguration option

### Features

* node-sdk to be defined by the user instead of through the lib ([5156324](https://www.github.com/pragmaticivan/nestjs-otel/commit/5156324b64cee8fccd2d06eaf5d155e22a5c0fbf))

### [1.8.2](https://www.github.com/pragmaticivan/nestjs-otel/compare/v1.8.1...v1.8.2) (2021-07-25)


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-otel",
"version": "1.8.2",
"version": "2.0.0",
"description": "NestJS OpenTelemetry Library",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down

0 comments on commit 69ff670

Please sign in to comment.