Skip to content

Commit

Permalink
Merge pull request #84 from pragmaticivan/release-v2.3.0
Browse files Browse the repository at this point in the history
chore: release 2.3.0
  • Loading branch information
pragmaticivan authored Aug 13, 2021
2 parents 3301753 + e1573ec commit 2116fc3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.3.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v2.2.0...v2.3.0) (2021-08-13)


### Features

* update peer dependency to allow support for both v7 and v8 of NestJs ([647eb89](https://www.github.com/pragmaticivan/nestjs-otel/commit/647eb8906675414a05d14640c2374be1e8837f0e))


### Bug Fixes

* error nodeMetrics is not a function ([cf7d0fc](https://www.github.com/pragmaticivan/nestjs-otel/commit/cf7d0fc2e0d728470b5b259932bfad4be8f6aa3c))
* removed .npmrc file, as it only had default values ([c27a8af](https://www.github.com/pragmaticivan/nestjs-otel/commit/c27a8af8d757ec67113158a3ee466adca32c9b04))
* updates package-lock.json with default node 14 np version ([3301753](https://www.github.com/pragmaticivan/nestjs-otel/commit/330175321fc58e1ce269061101a537a3f0cc45bf))

## [2.2.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v2.1.0...v2.2.0) (2021-08-02)


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

0 comments on commit 2116fc3

Please sign in to comment.