Skip to content

Commit

Permalink
chore(release): 1.29.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.29.0](v1.28.0...v1.29.0) (2023-08-29)

### Features

* add redis support ([#221](#221)) ([c48354c](c48354c))
  • Loading branch information
semantic-release-bot committed Aug 29, 2023
1 parent c48354c commit 4beaba0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumigo/opentelemetry",
"version": "1.28.0",
"version": "1.29.0",
"description": "Lumigo wrapper to trace distributed architecture",
"main": "dist/src/distro.js",
"private": false,
Expand Down Expand Up @@ -95,8 +95,16 @@
"webpack-cli": "^4.10.0"
},
"release": {
"branches": ["main"],
"plugins": ["@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/git", "@semantic-release/github"]
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4beaba0

Please sign in to comment.