diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3cb67..c812493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * @Author: strick * @LastEditors: strick * @Date: 2023-01-12 10:17:17 - * @LastEditTime: 2023-11-06 17:10:06 + * @LastEditTime: 2023-11-09 15:06:56 * @Description: 变更日志 * @FilePath: /web/shin-monitor/CHANGELOG.md --> @@ -99,4 +99,7 @@ * 修正部分错误或冗余逻辑 ## 1.5.2(2023-11-06) -* 对 rrweb 变量增加空值判断 \ No newline at end of file +* 对 rrweb 变量增加空值判断 + +## 1.5.3(2023-11-09) +* 修复 Refused to get unsafe header "req-id" \ No newline at end of file diff --git a/README.md b/README.md index ad777c2..d912d5c 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.5.2-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.5.3-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 3e44d6f..259b696 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 fd38cdf..2fb3cab 100644 --- a/dist/shin.esm.js +++ b/dist/shin.esm.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.5.2 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.5.3 (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 f4ed161..39b7579 100644 --- a/dist/shin.js +++ b/dist/shin.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.5.2 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.5.3 (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 2b6ac26..41b3356 100644 --- a/dist/shin.umd.js +++ b/dist/shin.umd.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.5.2 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.5.3 (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 4913d16..2c709c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shin-monitor", - "version": "1.5.2", + "version": "1.5.3", "description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等", "main": "dist/shin.js", "jsnext:main": "dist/shin.esm.js",