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

Commit 5699263

Browse files
1 parent 2ae18cb commit 5699263

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
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.21.1 (2021-06-27)
7+
8+
9+
### Features
10+
11+
* git resource detector ([#137](https://github.com/aspecto-io/opentelemetry-ext-js/issues/137)) ([a0dddb9](https://github.com/aspecto-io/opentelemetry-ext-js/commit/a0dddb926dd92678584e02e814fe496b08f8d6fb))

detectors/node/resource-detector-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-resource-detector-git",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "open telemetry resource detector for git",
55
"keywords": [
66
"opentelemetry"

packages/instrumentation-express/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.21.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@[email protected]) (2021-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **instrumentation-express:** explicitly depend on used express util packages ([#141](https://github.com/aspecto-io/opentelemetry-ext-js/issues/141)) ([2ae18cb](https://github.com/aspecto-io/opentelemetry-ext-js/commit/2ae18cb36b455eedfde5db0e80e05b7529632358))
12+
13+
14+
15+
16+
617
# [0.21.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@[email protected]) (2021-06-20)
718

819
**Note:** Version bump only for package opentelemetry-instrumentation-express

packages/instrumentation-express/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-express",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "enhanced open telemetry instrumentation for the `express` web framework",
55
"author": "Aspecto.io",
66
"license": "Apache-2.0",
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.21.0';
2+
export const VERSION = '0.21.1';

0 commit comments

Comments
 (0)