Skip to content

Commit

Permalink
chore: trace exporter v2.4.1 patch release proposal (#770)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aabmass authored Sep 26, 2024
1 parent 1449a3e commit 973b42f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opentelemetry-cloud-trace-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/opentelemetry-cloud-trace-exporter",
"version": "2.4.0",
"version": "2.4.1",
"description": "OpenTelemetry Google Cloud Trace Exporter allows the user to send collected traces to Google Cloud Trace.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-cloud-trace-exporter/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

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

0 comments on commit 973b42f

Please sign in to comment.