From 4d3cdbfeb7ded55c0681fffaf19698b583361657 Mon Sep 17 00:00:00 2001 From: surunzi Date: Sun, 2 Apr 2023 14:01:17 +0800 Subject: [PATCH] release: v3.0.0 --- CHANGELOG.md | 7 +++++++ README_CN.md | 3 +-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260ea83..c4ca2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.0.0 (2 Apr 2023) + +* feat: replace fps and memory with monitor plugin +* fix: resource stylesheet show failed +* chore: remove licia utils +* chore: separate polyfill + ## 2.11.3 (3 Mar 2023) * fix: scale [#307](https://github.com/liriliri/eruda/issues/307) diff --git a/README_CN.md b/README_CN.md index 8215406..a41ec11 100644 --- a/README_CN.md +++ b/README_CN.md @@ -109,10 +109,9 @@ eruda.init({ ## 插件 -* [eruda-fps](https://github.com/liriliri/eruda-fps):展示页面的 fps 信息。 +* [eruda-monitor](https://github.com/liriliri/eruda-monitor): 展示页面的 fps 和内存信息。 * [eruda-features](https://github.com/liriliri/eruda-features):浏览器特性检测。 * [eruda-timing](https://github.com/liriliri/eruda-timing):展示性能资源数据。 -* [eruda-memory](https://github.com/liriliri/eruda-memory):展示页面内存信息。 * [eruda-code](https://github.com/liriliri/eruda-code):运行 JavaScript 代码。 * [eruda-benchmark](https://github.com/liriliri/eruda-benchmark):运行 JavaScript 性能测试。 * [eruda-geolocation](https://github.com/liriliri/eruda-geolocation):测试地理位置接口。 diff --git a/package.json b/package.json index e07dc8f..da11f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eruda", - "version": "2.11.3", + "version": "3.0.0", "description": "Console for Mobile Browsers", "main": "eruda.js", "browserslist": [