Skip to content

Commit

Permalink
2.3.2 release (#957)
Browse files Browse the repository at this point in the history
* 2.3.2 release

* Update
  • Loading branch information
hectorhdzg authored Apr 29, 2022
1 parent 141b6d9 commit 9f4fe3c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Declarations/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Contracts = require("./Contracts")

export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.1";
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.2";
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";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This library tracks the following out-of-the-box:
You can manually track more aspects of your app and system using the API described in the
[Track custom telemetry](#track-custom-telemetry) section.

## Supported Node.JS versions
## Supported Node.JS versions

| Platform Version | Supported |
|------------------|-------------------------------------------------|
Expand Down
16 changes: 8 additions & 8 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": "2.3.1",
"version": "2.3.2",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9f4fe3c

Please sign in to comment.