Skip to content

Commit

Permalink
1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
strick committed May 11, 2023
1 parent a3df155 commit bde13c0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 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-05-08 16:28:55
* @LastEditTime: 2023-05-11 14:43:02
* @Description: 变更日志
* @FilePath: /web/shin-monitor/CHANGELOG.md
-->
Expand Down Expand Up @@ -44,4 +44,7 @@
* 修复默认参数赋值失败

## 1.0.12(2023-05-08)
* 监控增加 referer 字段,记录来源地址
* 监控增加 referer 字段,记录来源地址

## 1.0.13(2023-05-11)
* 不再忽略 dist 目录
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.12-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.13-orange.svg)](https://www.npmjs.com/package/shin-monitor)

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

Expand Down
2 changes: 1 addition & 1 deletion dist/shin.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* shin-monitor 1.0.12 (https://github.com/pwstrick/shin-monitor)
* shin-monitor 1.0.13 (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)
Expand Down
2 changes: 1 addition & 1 deletion dist/shin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* shin-monitor 1.0.12 (https://github.com/pwstrick/shin-monitor)
* shin-monitor 1.0.13 (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)
Expand Down
2 changes: 1 addition & 1 deletion dist/shin.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* shin-monitor 1.0.12 (https://github.com/pwstrick/shin-monitor)
* shin-monitor 1.0.13 (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)
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.12",
"version": "1.0.13",
"description": "监控前端的通信、错误、打印等行为,以及计算各类性能参数,包括 FMP、LCP、FP 等",
"main": "dist/shin.js",
"jsnext:main": "dist/shin.esm.js",
Expand Down

0 comments on commit bde13c0

Please sign in to comment.