File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ ## 0.8.0 (` @opentelemetry/propagator-grpc-census-binary ` )
8+
9+ #### :rocket : (Enhancement)
10+ * [ #39 ] ( https://github.com/open-telemetry/opentelemetry-js-contrib/pull/39 ) feat: add gRPC Census propagator ([ @nkelly75 ] ( https://github.com/nkelly75 ) )
11+
12+ #### Committers: 1
13+ - Niall Kelly ([ @nkelly75 ] ( https://github.com/nkelly75 ) )
14+
715## 0.8.0
816
917Released 2020-05-29
Original file line number Diff line number Diff line change 22 "name" : " opentelemetry-contrib" ,
33 "version" : " 0.8.0" ,
44 "description" : " This is a repository for OpenTelemetry JavaScript contributions." ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+ssh://git@github.com/open-telemetry/opentelemetry-js-contrib.git"
8+ },
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
512 "main" : " build/src/index.js" ,
613 "types" : " build/src/index.d.ts" ,
714 "scripts" : {
2229 "lint:examples" : " eslint ./examples/**/*.js" ,
2330 "lint:examples:fix" : " eslint ./examples/**/*.js --fix"
2431 },
25- "repository" : " open-telemetry/opentelemetry-js" ,
2632 "keywords" : [
2733 " opentelemetry" ,
2834 " nodejs" ,
You can’t perform that action at this time.
0 commit comments