Skip to content

Commit

Permalink
Hotfix release: v0.7.1. Fixed peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Apr 15, 2021
1 parent 36f02ff commit b0285c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "0.7.0",
"version": "0.7.1",
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.",
"repository": "[email protected]:signalfx/splunk-otel-js.git",
"author": "Splunk <[email protected]>",
Expand Down Expand Up @@ -98,7 +98,7 @@
"@opentelemetry/instrumentation-pg": "^0.14.0",
"@opentelemetry/instrumentation-redis": "^0.14.0",
"opentelemetry-instrumentation-amqplib": "^0.3.0",
"opentelemetry-instrumentation-elasticsearch": "^^0.3.0"
"opentelemetry-instrumentation-elasticsearch": "^0.3.0"
},
"peerDependenciesMeta": {
"@opentelemetry/instrumentation-http": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '0.7.0';
export const VERSION = '0.7.1';

0 comments on commit b0285c6

Please sign in to comment.