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

File tree

26 files changed

+90
-18
lines changed

26 files changed

+90
-18
lines changed

packages/instrumentation-amqplib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/aspecto-io/opentelemetry-amqplib/compare/opentelemetry-instrumentation-amqplib@[email protected]) (2021-04-28)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-amqplib
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/aspecto-io/opentelemetry-amqplib/compare/opentelemetry-instrumentation-amqplib@[email protected]) (2021-03-18)
715

816

packages/instrumentation-amqplib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-amqplib",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "open telemetry instrumentation for the `amqplib` package",
55
"keywords": [
66
"amqplib",
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.3.0';
2+
export const VERSION = '0.4.0';

packages/instrumentation-aws-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-04-28)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-aws-sdk
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-04-13)
715

816

packages/instrumentation-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-instrumentation-aws-sdk",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
@@ -37,7 +37,7 @@
3737
"@opentelemetry/api": "^1.0.0-rc.0",
3838
"@opentelemetry/instrumentation": "^0.19.0",
3939
"@opentelemetry/semantic-conventions": "^0.19.0",
40-
"opentelemetry-propagation-utils": "^0.5.0"
40+
"opentelemetry-propagation-utils": "^0.6.0"
4141
},
4242
"devDependencies": {
4343
"@aws-sdk/client-s3": "3.13.1",
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.3.1';
2+
export const VERSION = '0.4.0';

packages/instrumentation-elasticsearch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@[email protected]) (2021-04-28)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@[email protected]) (2021-03-18)
715

816

packages/instrumentation-elasticsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-elasticsearch",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "open telemetry instrumentation for the `elasticsearch` module",
55
"keywords": [
66
"elasticsearch",
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.3.0';
2+
export const VERSION = '0.4.0';

packages/instrumentation-kafkajs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-04-28)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-kafkajs
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-04-19)
715

816

0 commit comments

Comments
 (0)