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

release: v2.4.0

This commit is contained in:
surunzi
2020-09-14 12:15:49 +08:00
parent 3d7fd36292
commit 02bd7e2c35
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## 2.4.0 (14 Sep 2020)
* feat: default settings #141
* fix(elements): highlight
* fix(console): blinks frequently as it scroll to the border
* refactor: use chobitsu
## 2.3.3 (3 May 2020) ## 2.3.3 (3 May 2020)
* fix: unsafe-eval CSP violation #140 * fix: unsafe-eval CSP violation #140

View File

@@ -1,6 +1,6 @@
{ {
"name": "eruda", "name": "eruda",
"version": "2.3.3", "version": "2.4.0",
"description": "Console for Mobile Browsers", "description": "Console for Mobile Browsers",
"main": "eruda.js", "main": "eruda.js",
"scripts": { "scripts": {