Skip to content

Commit

Permalink
[Beta] 3.0.0 beta.9 release (#1212)
Browse files Browse the repository at this point in the history
* Release.

* Update constants.ts

* Update package-lock.json

* Recreate pacakge-lock

* Revert "Recreate pacakge-lock"

This reverts commit 13b15dd.

* Revert "Update package-lock.json"

This reverts commit 37bd912.

* Update package-lock.json

* Add shim config value.

* Revert "Add shim config value."

This reverts commit 49f053c.
  • Loading branch information
JacksonWeber committed Sep 21, 2023
1 parent a610c14 commit ccee504
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 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.8",
"version": "3.0.0-beta.9",
"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,3 +1,3 @@
export const AZURE_MONITOR_DISTRO_VERSION = "3.0.0-beta.8";
export const AZURE_MONITOR_DISTRO_VERSION = "3.0.0-beta.9";
process.env["AZURE_MONITOR_DISTRO_VERSION"] = AZURE_MONITOR_DISTRO_VERSION;
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
2 changes: 1 addition & 1 deletion test/backCompatibility/oldTSC/package-lock.json

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

0 comments on commit ccee504

Please sign in to comment.