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

Commit 21827b7

Browse files
1 parent a78fa48 commit 21827b7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
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-03)
7+
8+
9+
### Features
10+
11+
* Neo4j Instrumentation ([#72](https://github.com/aspecto-io/opentelemetry-ext-js/issues/72)) ([a78fa48](https://github.com/aspecto-io/opentelemetry-ext-js/commit/a78fa48a4946f7e8d1693c0fc8c1051c48606326))

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

0 commit comments

Comments
 (0)