Skip to content

Commit

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

* chore: update changelog to match previous
  • Loading branch information
dyladan committed Mar 20, 2020
1 parent d762ac3 commit 83fca25
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.0",
"version": "0.5.1",
"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.0",
"@opentelemetry/core": "^0.5.0"
"@opentelemetry/api": "^0.5.1",
"@opentelemetry/core": "^0.5.1"
}
}
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.0';
export const VERSION = '0.5.1';

0 comments on commit 83fca25

Please sign in to comment.