Skip to content

Commit

Permalink
3.0.0-beta.5 release (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed May 6, 2023
1 parent ae42bd3 commit 9366b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/declarations/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const AZURE_MONITOR_DISTRO_VERSION = "3.0.0-beta.4";
export const AZURE_MONITOR_DISTRO_VERSION = "3.0.0-beta.5";
process.env["AZURE_MONITOR_DISTRO_VERSION"] = AZURE_MONITOR_DISTRO_VERSION;
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com";
Expand Down

0 comments on commit 9366b54

Please sign in to comment.