release: v1.10.0

This commit is contained in:
redhoodsu
2019-11-04 11:17:49 +08:00
parent ea27f5b051
commit 14cfda55aa
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## v1.10.0 (4 Nov 2019)
* chore: updated to babel7, must add .default if using require.
* feat(console): multiple console instance
* perf(console): rendering for a large number of logs
## v1.9.2 (1 Nov 2019)
* perf(console): rendering

View File

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