Skip to content

Commit

Permalink
Merge pull request #2 from pragmaticivan/release-v1.1.0
Browse files Browse the repository at this point in the history
chore: release 1.1.0
  • Loading branch information
pragmaticivan authored Jun 25, 2021
2 parents f514747 + 8fbed7f commit c3985e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v1.0.0...v1.1.0) (2021-06-25)


### Features

* use lts npm match for 14.x ([9088eac](https://www.github.com/pragmaticivan/nestjs-otel/commit/9088eac2308e8d3320353ff5da7587fb45ae7657))


### Bug Fixes

* removes latest npm requirement ([9dd42f8](https://www.github.com/pragmaticivan/nestjs-otel/commit/9dd42f85e8fc309967f66e8619de265fa0e9bfdb))

## 1.0.0 (2021-06-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.0.0",
"version": "1.1.0",
"description": "NestJS OpenTelemetry Library",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down

0 comments on commit c3985e9

Please sign in to comment.