Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
strick committed Jan 19, 2023
1 parent 5281d3f commit 805882d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: strick
* @LastEditors: strick
* @Date: 2023-01-12 10:17:17
* @LastEditTime: 2023-01-18 18:35:39
* @LastEditTime: 2023-01-19 09:56:41
* @Description: 变更日志
* @FilePath: /web/shin-monitor/CHANGELOG.md
-->
Expand Down Expand Up @@ -35,4 +35,7 @@
* 修改性能参数的计算 将部分 fetchStart 替换成 startTime

## 1.0.9(2023-01-18)
* 修改白屏时间的计算规则
* 修改白屏时间的计算规则

## 1.0.10(2023-01-19)
* 修正 loadTime 的计算
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.9-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.10-orange.svg)](https://www.npmjs.com/package/shin-monitor)

English | [简体中文](./README.zh-CN.md)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shin-monitor",
"version": "1.0.9",
"version": "1.0.10",
"description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等",
"main": "dist/shin.js",
"jsnext:main": "dist/shin.esm.js",
Expand Down

0 comments on commit 805882d

Please sign in to comment.