Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 4393fff

Browse files
1 parent 009ff36 commit 4393fff

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

packages/plugin-aws-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-aws-sdk@[email protected]) (2021-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* message process loop patch should use the original operation context ([#59](https://github.com/aspecto-io/opentelemetry-ext-js/issues/59)) ([009ff36](https://github.com/aspecto-io/opentelemetry-ext-js/commit/009ff363d94a731f3407c2584404be83756fcc03))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-aws-sdk@[email protected]) (2021-01-28)
718

819

packages/plugin-aws-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-plugin-aws-sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
@@ -46,7 +46,7 @@
4646
"@opentelemetry/api": "^0.15.0",
4747
"@opentelemetry/core": "^0.15.0",
4848
"@opentelemetry/semantic-conventions": "^0.15.0",
49-
"opentelemetry-propagation-utils": "^0.2.0",
49+
"opentelemetry-propagation-utils": "^0.2.1",
5050
"shimmer": "^1.2.1"
5151
},
5252
"jest": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.2.0';
2+
export const VERSION = '0.2.1';

packages/propagation-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-propagation-utils@[email protected]) (2021-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* message process loop patch should use the original operation context ([#59](https://github.com/aspecto-io/opentelemetry-ext-js/issues/59)) ([009ff36](https://github.com/aspecto-io/opentelemetry-ext-js/commit/009ff363d94a731f3407c2584404be83756fcc03))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-propagation-utils@[email protected]) (2021-01-28)
718

819
**Note:** Version bump only for package opentelemetry-propagation-utils

packages/propagation-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-propagation-utils",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "open telemetry propagation utils",
55
"keywords": [
66
"propagation",

0 commit comments

Comments
 (0)