Skip to content

Commit

Permalink
release 0.1.3; correct repo URL (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Apr 30, 2024
1 parent 5bd5355 commit fa1d446
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions packages/opentelemetry-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@

(nothing yet)

## v0.1.3

- chore: Correct another issue with "repository.url" setting in package.json,
required for npm provenance generation.

## v0.1.2

- Correct "repository.url" setting in package.json, required for npm provenance
generation.
- chore: Correct "repository.url" setting in package.json, required for npm
provenance generation.

## v0.1.1

- Trim files included in published npm package.
- chore: Trim files included in published npm package.

## v0.1.0

Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/opentelemetry-node",
"version": "0.1.2",
"version": "0.1.3",
"type": "commonjs",
"description": "Elastic OpenTelemetry distribution for Node.js",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/elastic/elastic-otel-java.git",
"url": "git+https://github.com/elastic/elastic-otel-node.git",
"directory": "packages/opentelemetry-node"
},
"keywords": [
Expand Down

0 comments on commit fa1d446

Please sign in to comment.