release: v3.2.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"browserslist": [
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user