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

Commit 38cf1a7

Browse files
1 parent b5f198e commit 38cf1a7

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

packages/instrumentation-mongoose/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.2.3](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-03-07)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-mongoose
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-03-04)
715

816

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

packages/instrumentation-neo4j/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.3](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-neo4j@[email protected]) (2021-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **neo4j:** fixed crash when connecting with aura ([#78](https://github.com/aspecto-io/opentelemetry-ext-js/issues/78)) ([b5f198e](https://github.com/aspecto-io/opentelemetry-ext-js/commit/b5f198e7f9111a8dbf121feeaf51f52d556e7c17))
12+
13+
14+
15+
16+
617
## 0.2.2 (2021-03-03)
718

819

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

0 commit comments

Comments
 (0)