Skip to content

Commit 34d5ca7

Browse files
authored
Merge pull request open-telemetry#44 from dynatrace-oss-contrib/0.8.0-grpc-census-binary-proposal
chore: gRPC census binary propagator release
2 parents 193cd1b + bd28e18 commit 34d5ca7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

917
Released 2020-05-29

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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": {
@@ -22,7 +29,6 @@
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",

0 commit comments

Comments
 (0)