diff --git a/Declarations/Constants.ts b/Declarations/Constants.ts index 79932e052..2900c05da 100644 --- a/Declarations/Constants.ts +++ b/Declarations/Constants.ts @@ -1,6 +1,6 @@ import Contracts = require("./Contracts") -export const APPLICATION_INSIGHTS_SDK_VERSION = "2.9.2"; +export const APPLICATION_INSIGHTS_SDK_VERSION = "2.9.3"; export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com"; export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com"; export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com"; diff --git a/package-lock.json b/package-lock.json index 516730af4..8e4b1d070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "applicationinsights", - "version": "2.9.2", + "version": "2.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "applicationinsights", - "version": "2.9.2", + "version": "2.9.3", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.5.0", diff --git a/package.json b/package.json index 0a7443de7..a4f918c7a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Microsoft Application Insights Team", "license": "MIT", "bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues", - "version": "2.9.2", + "version": "2.9.3", "description": "Microsoft Application Insights module for Node.js", "repository": { "type": "git",