Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2022-08-03)

### Bug Fixes

* deploy ([7178348](7178348))
* deploy by updating to lock-file to v2 ([#69](#69)) ([e19ab43](e19ab43))
* trying to wrap non existing function end of incomingMessage ([#67](#67)) ([51ab1a7](51ab1a7))
  • Loading branch information
semantic-release-bot committed Aug 3, 2022
1 parent e19ab43 commit 619b95f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumigo/opentelemetry",
"version": "1.0.4",
"version": "1.0.5",
"description": "Lumigo wrapper to trace distributed architecture",
"main": "dist/src/wrapper.js",
"private": false,
Expand Down Expand Up @@ -76,7 +76,9 @@
"webpack-cli": "^4.10.0"
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 619b95f

Please sign in to comment.