1
0
mirror of synced 2025-11-06 04:21:11 +08:00

release: v3.2.1

This commit is contained in:
surunzi
2024-07-20 10:44:43 +08:00
parent 655005c459
commit fc2c247996
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
## 3.2.1 (20 JUL 2024)
* fix: touches plugin [#344](https://github.com/liriliri/eruda/issues/344)
## 3.2.0 (16 JUL 2024)
* feat: support inline mode

View File

@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "3.2.0",
"version": "3.2.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [

View File

@@ -217,13 +217,12 @@ function loadPlugin(name) {
}
const pluginVersion = {
monitor: '1.0.1',
monitor: '1.0.2',
features: '2.0.0',
timing: '2.0.1',
code: '2.1.0',
benchmark: '2.0.1',
geolocation: '2.0.0',
dom: '2.0.0',
orientation: '2.0.0',
touches: '2.0.0',
touches: '2.1.0',
}