Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Dec 18, 2024
1 parent 3f7866f commit d026fad
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 133 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/resource-detector-gcp",
"version": "0.31.0",
"version": "0.32.0",
"description": "OpenTelemetry SDK resource detector for GCP",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@opentelemetry/api": "^1.0.0",
"@opentelemetry/contrib-test-utils": "^0.44.0",
"@opentelemetry/contrib-test-utils": "^0.45.0",
"@opentelemetry/instrumentation-http": "^0.57.0",
"@types/mocha": "8.2.3",
"@types/node": "18.18.14",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.17.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-instana-v0.16.0...resource-detector-instana-v0.17.0) (2024-12-18)


### Features

* **deps:** update deps matching '@opentelemetry/*' ([#2608](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2608)) ([aa46705](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/aa46705d2fd1bd5ee6d763ac8cd73a7630889d34))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @opentelemetry/contrib-test-utils bumped from ^0.44.0 to ^0.45.0

## [0.16.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-instana-v0.15.0...resource-detector-instana-v0.16.0) (2024-12-04)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/resource-detector-instana",
"version": "0.16.0",
"version": "0.17.0",
"description": "OpenTelemetry SDK resource detector for Instana",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/contrib-test-utils": "^0.44.0",
"@opentelemetry/contrib-test-utils": "^0.45.0",
"@opentelemetry/sdk-node": "^0.57.0",
"@types/mocha": "8.2.3",
"@types/node": "18.18.14",
Expand Down
Loading

0 comments on commit d026fad

Please sign in to comment.