diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c141c..b824ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * @Author: strick * @LastEditors: strick * @Date: 2023-01-12 10:17:17 - * @LastEditTime: 2023-01-17 17:42:28 + * @LastEditTime: 2023-01-18 18:29:51 * @Description: 变更日志 * @FilePath: /web/shin-monitor/CHANGELOG.md --> @@ -29,4 +29,7 @@ * Supplemental English Documentation Instructions ## 1.0.7(2023-01-17) -* 修复 performance.timing 计算错误的情况 \ No newline at end of file +* 修复 performance.timing 计算错误的情况 + +## 1.0.8(2023-01-18) +* 修改性能参数的计算 将部分 fetchStart 替换成 startTime \ No newline at end of file diff --git a/README.md b/README.md index 43861c1..a830de8 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.7-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.8-orange.svg)](https://www.npmjs.com/package/shin-monitor) English | [简体中文](./README.zh-CN.md) diff --git a/package.json b/package.json index 662ad39..c25dd6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shin-monitor", - "version": "1.0.7", + "version": "1.0.8", "description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等", "main": "dist/shin.js", "jsnext:main": "dist/shin.esm.js",