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

release: v3.2.3

This commit is contained in:
surunzi
2024-08-10 23:09:56 +08:00
parent 6d8d3f1dc4
commit f372510ea4
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 3.2.3 (10 AUG 2024)
* fix: WebSocket message base64 encoded [#447](https://github.com/liriliri/eruda/issues/447)
## 3.2.2 (8 AUG 2024)
* chore: update plugin versions

View File

@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "3.2.2",
"version": "3.2.3",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
@@ -45,7 +45,7 @@
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"chobitsu": "^1.4.6",
"chobitsu": "^1.5.1",
"core-js": "^3.37.1",
"css-loader": "^3.4.2",
"es-check": "^6.2.1",