Skip to content

Commit

Permalink
release: v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 8, 2024
1 parent 57742d1 commit 6d8d3f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.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)
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.1",
"version": "3.2.2",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion src/Snippets/defSnippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

0 comments on commit 6d8d3f1

Please sign in to comment.