Skip to content

Commit

Permalink
chore: 0.6.0 release proposal (open-telemetry#922)
Browse files Browse the repository at this point in the history
* chore: 0.6.0 release proposal

* chore: update getting-started version
  • Loading branch information
mayurkale22 authored Apr 2, 2020
1 parent 7a57547 commit 2cdd212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/propagator-jaeger",
"version": "0.5.2",
"version": "0.6.0",
"description": "OpenTelemetry Jaeger propagator provides HTTP header propagation for systems that are using Jaeger HTTP header format.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
"webpack": "^4.35.2"
},
"dependencies": {
"@opentelemetry/api": "^0.5.2",
"@opentelemetry/core": "^0.5.2"
"@opentelemetry/api": "^0.6.0",
"@opentelemetry/core": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.5.2';
export const VERSION = '0.6.0';

0 comments on commit 2cdd212

Please sign in to comment.