This commit is contained in:
Alex Bulankou 2016-03-15 12:40:41 -07:00
Родитель b67ddb8758
Коммит 83edd56510
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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": {