Skip to content

Commit 973b42f

Browse files
authored
chore: trace exporter v2.4.1 patch release proposal (#770)
Draft release notes https://github.com/GoogleCloudPlatform/opentelemetry-operations-js/releases/edit/untagged-391dfd110c71f4e3a35a I didn't use lerna to generate release because it was trying to release a patch version for all packages. Instead I just bumped the trace exporter version alone and followed the other release instructions.
1 parent 1449a3e commit 973b42f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opentelemetry-cloud-trace-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/opentelemetry-cloud-trace-exporter",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "OpenTelemetry Google Cloud Trace Exporter allows the user to send collected traces to Google Cloud Trace.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opentelemetry-cloud-trace-exporter/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
// Autogenerated by scripts/version-update.js during compilation. Check this
1616
// file in.
17-
export const VERSION = '2.4.0';
17+
export const VERSION = '2.4.1';

0 commit comments

Comments
 (0)