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

Commit dbf57cd

Browse files
1 parent 970372e commit dbf57cd

File tree

12 files changed

+52
-8
lines changed

12 files changed

+52
-8
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.0.1 (2021-02-14)
7+
8+
9+
### Features
10+
11+
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-aws-sdk@[email protected]) (2021-02-02)
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.0.0",
3+
"version": "0.0.1",
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.0.1';

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.0.1 (2021-02-14)
7+
8+
9+
### Features
10+
11+
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-kafkajs@[email protected]) (2021-01-28)
718

819
**Note:** Version bump only for package opentelemetry-plugin-kafkajs

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

packages/instrumentation-sequelize/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.0.1 (2021-02-14)
7+
8+
9+
### Features
10+
11+
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-sequelize@[email protected]) (2021-01-28)
718

819
**Note:** Version bump only for package opentelemetry-plugin-sequelize

packages/instrumentation-sequelize/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-sequelize",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "open telemetry instrumentation for the `sequelize` module",
55
"keywords": [
66
"sequelize",
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.0.1';

packages/instrumentation-typeorm/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.0.1 (2021-02-14)
7+
8+
9+
### Features
10+
11+
* migration to new instrumentation class ([#61](https://github.com/aspecto-io/opentelemetry-ext-js/issues/61)) ([692f0df](https://github.com/aspecto-io/opentelemetry-ext-js/commit/692f0df20b207d9667eb738f052dcced59d4e003))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-typeorm@[email protected]) (2021-01-28)
718

819
**Note:** Version bump only for package opentelemetry-plugin-typeorm

0 commit comments

Comments
 (0)