From 42150dc7c3a3b6fa6f9a84e4220b460e7d8826c8 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Tue, 18 Jul 2023 20:05:02 +0800 Subject: [PATCH] release: v3.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ca2d494..9147aedd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.0.1 (18 JUL 2023) + +* fix: can not print string with %o [#336](https://github.com/liriliri/eruda/issues/336) +* fix: mouse event on touch device [#302](https://github.com/liriliri/eruda/issues/302) +* fix: unable to remove snippets [#349](https://github.com/liriliri/eruda/issues/349) + ## 3.0.0 (2 Apr 2023) * feat: replace fps and memory with monitor plugin diff --git a/package.json b/package.json index a2ec41f51..ff8fa31dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eruda", - "version": "3.0.0", + "version": "3.0.1", "description": "Console for Mobile Browsers", "main": "eruda.js", "browserslist": [