diff --git a/Declarations/Constants.ts b/Declarations/Constants.ts index 4e72e0f41..13c01110c 100644 --- a/Declarations/Constants.ts +++ b/Declarations/Constants.ts @@ -1,6 +1,6 @@ import Contracts = require("./Contracts") -export const APPLICATION_INSIGHTS_SDK_VERSION = "2.7.0"; +export const APPLICATION_INSIGHTS_SDK_VERSION = "2.7.1"; 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 f763db763..f431eb007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "applicationinsights", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "applicationinsights", - "version": "2.7.0", + "version": "2.7.1", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.5.0", diff --git a/package.json b/package.json index 2143ca68b..1a82504e9 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.7.0", + "version": "2.7.1", "description": "Microsoft Application Insights module for Node.js", "repository": { "type": "git",