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

release: v3.2.2

This commit is contained in:
redhoodsu
2024-08-08 11:55:31 +08:00
parent 57742d182a
commit 6d8d3f1dc4
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 3.2.2 (8 AUG 2024)
* chore: update plugin versions
## 3.2.1 (20 JUL 2024)
* fix: touches plugin [#344](https://github.com/liriliri/eruda/issues/344)

View File

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

View File

@@ -223,6 +223,6 @@ const pluginVersion = {
code: '2.2.0',
benchmark: '2.0.1',
geolocation: '2.1.0',
orientation: '2.1.0',
orientation: '2.1.1',
touches: '2.1.0',
}