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

Commit 99146cd

Browse files

File tree

18 files changed

+78
-12
lines changed

18 files changed

+78
-12
lines changed

packages/instrumentation-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.2](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-03-04)
7+
8+
9+
### Features
10+
11+
* new elasticsearch instrumentation ([#70](https://github.com/aspecto-io/opentelemetry-ext-js/issues/70)) ([08625e2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/08625e2ab795fc0a5a74205329f1b057ae7070b5))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-03-01)
718

819

packages/instrumentation-aws-sdk/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-aws-sdk",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
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.1';
2+
export const VERSION = '0.2.2';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.2.2 (2021-03-04)
7+
8+
9+
### Features
10+
11+
* new elasticsearch instrumentation ([#70](https://github.com/aspecto-io/opentelemetry-ext-js/issues/70)) ([08625e2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/08625e2ab795fc0a5a74205329f1b057ae7070b5))

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.2.1",
3+
"version": "0.2.2",
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.2.1';
2+
export const VERSION = '0.2.2';

packages/instrumentation-kafkajs/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.2](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-03-04)
7+
8+
9+
### Features
10+
11+
* new elasticsearch instrumentation ([#70](https://github.com/aspecto-io/opentelemetry-ext-js/issues/70)) ([08625e2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/08625e2ab795fc0a5a74205329f1b057ae7070b5))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-03-01)
718

819

packages/instrumentation-kafkajs/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-kafkajs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "open telemetry instrumentation for the `kafkajs` kafka client",
55
"keywords": [
66
"kafka",
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.1';
2+
export const VERSION = '0.2.2';

packages/instrumentation-mongoose/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.2](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-03-04)
7+
8+
9+
### Features
10+
11+
* new elasticsearch instrumentation ([#70](https://github.com/aspecto-io/opentelemetry-ext-js/issues/70)) ([08625e2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/08625e2ab795fc0a5a74205329f1b057ae7070b5))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-03-01)
718

819

0 commit comments

Comments
 (0)