From a06a00c01970118597dab3cd54dd48e6a8909650 Mon Sep 17 00:00:00 2001 From: strick Date: Fri, 16 Jun 2023 15:58:30 +0800 Subject: [PATCH] 1.0.15 --- CHANGELOG.md | 7 +++++-- README.md | 4 ++-- README.zh-CN.md | 2 +- dist/shin.esm.js | 2 +- dist/shin.js | 2 +- dist/shin.umd.js | 2 +- package.json | 2 +- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a48be2..92b59ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * @Author: strick * @LastEditors: strick * @Date: 2023-01-12 10:17:17 - * @LastEditTime: 2023-05-11 15:19:34 + * @LastEditTime: 2023-06-16 15:57:14 * @Description: 变更日志 * @FilePath: /web/shin-monitor/CHANGELOG.md --> @@ -50,4 +50,7 @@ * 不再忽略 dist 目录 ## 1.0.14(2023-05-11) -* 增加安装说明 \ No newline at end of file +* 增加安装说明 + +## 1.0.15(2023-06-16) +* 修复 Failed to read the 'responseText' property from 'XMLHttpRequest' \ No newline at end of file diff --git a/README.md b/README.md index c434d6b..c31b211 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [shin-monitor](https://github.com/pwstrick/shin-monitor) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) [![npm](https://img.shields.io/badge/npm-1.0.14-orange.svg)](https://www.npmjs.com/package/shin-monitor) +# [shin-monitor](https://github.com/pwstrick/shin-monitor) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) [![npm](https://img.shields.io/badge/npm-1.0.15-orange.svg)](https://www.npmjs.com/package/shin-monitor) English | [简体中文](./README.zh-CN.md) @@ -26,7 +26,7 @@ Or use the CDN provided by [unpkg](https://www.unpkg.com/), shin-monitor is foll If you do not fill in the version number, it will automatically do a 302 jump and jump to the latest version. ```html - + ``` ## :open_file_folder: Directory diff --git a/README.zh-CN.md b/README.zh-CN.md index 5ff5b25..16ab8f3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -21,7 +21,7 @@ npm install shin-monitor 若不填版本号会自动做 302 跳转,跳转至最新版本。 ```html - + ``` ## :open_file_folder: 目录介绍 diff --git a/dist/shin.esm.js b/dist/shin.esm.js index 27ec1a9..ebb161a 100644 --- a/dist/shin.esm.js +++ b/dist/shin.esm.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.0.14 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.0.15 (https://github.com/pwstrick/shin-monitor) * API https://github.com/pwstrick/shin-monitor/blob/master/doc/api.md * Copyright 2017-2023 pwstrick. All Rights Reserved * Licensed under MIT (https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) diff --git a/dist/shin.js b/dist/shin.js index b5e8ea5..31eac3e 100644 --- a/dist/shin.js +++ b/dist/shin.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.0.14 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.0.15 (https://github.com/pwstrick/shin-monitor) * API https://github.com/pwstrick/shin-monitor/blob/master/doc/api.md * Copyright 2017-2023 pwstrick. All Rights Reserved * Licensed under MIT (https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) diff --git a/dist/shin.umd.js b/dist/shin.umd.js index 093f0d5..e6ffb05 100644 --- a/dist/shin.umd.js +++ b/dist/shin.umd.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.0.14 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.0.15 (https://github.com/pwstrick/shin-monitor) * API https://github.com/pwstrick/shin-monitor/blob/master/doc/api.md * Copyright 2017-2023 pwstrick. All Rights Reserved * Licensed under MIT (https://github.com/pwstrick/shin-monitor/blob/master/LICENSE) diff --git a/package.json b/package.json index 728064e..aae3840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shin-monitor", - "version": "1.0.14", + "version": "1.0.15", "description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等", "main": "dist/shin.js", "jsnext:main": "dist/shin.esm.js",