diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b2238..6096ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * @Author: strick * @LastEditors: strick * @Date: 2023-01-12 10:17:17 - * @LastEditTime: 2023-07-05 18:26:43 + * @LastEditTime: 2023-07-06 14:15:56 * @Description: 变更日志 * @FilePath: /web/shin-monitor/CHANGELOG.md --> @@ -80,4 +80,7 @@ * 增加在性能监控时发送录像到服务器的开关 ## 1.4.1(2023-07-05) -* 性能监控增加停留时长 \ No newline at end of file +* 性能监控增加停留时长 + +## 1.4.2(2023-07-06) +* 减少不必要的行为数据的发送 \ No newline at end of file diff --git a/README.md b/README.md index 4a43c39..236736a 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.4.1-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.4.2-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 860f297..2cadfc0 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 cb487fc..f4dda83 100644 --- a/dist/shin.esm.js +++ b/dist/shin.esm.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.4.1 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.4.2 (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 787c55c..3e5498d 100644 --- a/dist/shin.js +++ b/dist/shin.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.4.1 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.4.2 (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 a772cbc..17729d7 100644 --- a/dist/shin.umd.js +++ b/dist/shin.umd.js @@ -1,5 +1,5 @@ /*! - * shin-monitor 1.4.1 (https://github.com/pwstrick/shin-monitor) + * shin-monitor 1.4.2 (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 ff5fcdb..2793cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shin-monitor", - "version": "1.4.1", + "version": "1.4.2", "description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等", "main": "dist/shin.js", "jsnext:main": "dist/shin.esm.js",