Skip to content

Commit

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

* chore: bump propagator-jaeger and exporter-stackdriver-trace version

* remove examples/ from lerna
  • Loading branch information
mayurkale22 authored Jan 22, 2020
1 parent 82091b1 commit 7968810
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": "@opentelemetry/propagator-jaeger",
"version": "0.3.2",
"version": "0.3.3",
"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,6 +70,6 @@
"webpack": "^4.35.2"
},
"dependencies": {
"@opentelemetry/types": "^0.3.2"
"@opentelemetry/types": "^0.3.3"
}
}
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.3.2';
export const VERSION = '0.3.3';

0 comments on commit 7968810

Please sign in to comment.