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

Commit 9927d3e

Browse files
1 parent f3f7b19 commit 9927d3e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

816

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

0 commit comments

Comments
 (0)