diff --git a/Declarations/Constants.ts b/Declarations/Constants.ts index 451ef51b..ff71a6fd 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.5"; +export const APPLICATION_INSIGHTS_SDK_VERSION = "2.9.6"; 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 11a4a530..a518c5ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "applicationinsights", - "version": "2.9.5", + "version": "2.9.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "applicationinsights", - "version": "2.9.5", + "version": "2.9.6", "license": "MIT", "dependencies": { "@azure/core-auth": "1.7.2", diff --git a/package.json b/package.json index efd8f0b6..cd67bcb5 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.5", + "version": "2.9.6", "description": "Microsoft Application Insights module for Node.js", "repository": { "type": "git",