Bumping version to 22.8
This commit is contained in:
Родитель
b67ddb8758
Коммит
83edd56510
|
@ -110,7 +110,7 @@
|
|||
-->
|
||||
<SemanticVersionMajor>0</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>22</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>7</SemanticVersionPatch>
|
||||
<SemanticVersionPatch>8</SemanticVersionPatch>
|
||||
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
|
|
|
@ -13,7 +13,7 @@ module Microsoft.ApplicationInsights {
|
|||
|
||||
"use strict";
|
||||
|
||||
export var Version = "0.22.7";
|
||||
export var Version = "0.22.8";
|
||||
|
||||
export interface IConfig {
|
||||
instrumentationKey: string;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"main": "dist/ai.0.js",
|
||||
"version": "0.22.7",
|
||||
"version": "0.22.8",
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
|
||||
"authors": [
|
||||
"Max Shekhovtsov <mashekho@microsoft.com>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "0.22.7",
|
||||
"version": "0.22.8",
|
||||
"description": "[Application Insights](https://azure.microsoft.com/services/application-insights/) tells you about your app's performance and usage. By adding a few lines of code to your web pages, you get data about how many users you have, which pages are most popular, how fast pages load, whether they throw exceptions, and more. And you can add code to track more detailed user activity.",
|
||||
"main": "dist/ai.0.js",
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче