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

Commit bc510f0

Browse files
1 parent 7cedf09 commit bc510f0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/instrumentation-mongoose/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* patch callback in aggregate and extract common code ([#64](https://github.com/aspecto-io/opentelemetry-ext-js/issues/64)) ([35aaf4f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/35aaf4ff4f1b1a8c2cec5685db6f5c6b24234c07))
12+
* remove mongo require ([c1a3ac2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/c1a3ac295f124f14cf48f0928d0b17d968281fa6))
13+
14+
15+
16+
17+
618
## 0.0.1 (2021-02-16)
719

820

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

0 commit comments

Comments
 (0)