Skip to content

Commit

Permalink
release: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 20, 2024
1 parent 655005c commit fc2c247
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "3.2.0",
"version": "3.2.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
Expand Down
5 changes: 2 additions & 3 deletions src/Snippets/defSnippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

0 comments on commit fc2c247

Please sign in to comment.