Skip to content

Commit 4c8ffd6

Browse files
authored
[Beta] 3.0.0 beta.11 release (#1263)
* Release beta 11. * Update package-lock.json
1 parent a5f2305 commit 4c8ffd6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Microsoft Application Insights Team",
44
"license": "MIT",
55
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
6-
"version": "3.0.0-beta.10",
6+
"version": "3.0.0-beta.11",
77
"description": "Microsoft Application Insights module for Node.js",
88
"repository": {
99
"type": "git",

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { InstrumentationConfig } from "@opentelemetry/instrumentation";
66
import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base";
77

88

9-
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.10";
9+
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.11";
1010
export const DEFAULT_ROLE_NAME = "Web";
1111
process.env["AZURE_MONITOR_DISTRO_VERSION"] = AZURE_MONITOR_OPENTELEMETRY_VERSION;
1212

test/backCompatibility/oldTSC/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)