From 79ee74559a939fd6d13a62e1b7167118e7e864ff Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Sat, 18 Aug 2018 13:26:26 +0800 Subject: [PATCH] Release version v1.5.1 --- .npmignore | 3 ++- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 7d9533e..55100b2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +.github/ eustia/ .idea/ src/ @@ -7,7 +8,7 @@ doc/ /script/ .editorconfig .eslintignore -.eslintrc.json +.eslintrc.js .gitignore .npmignore .prettierignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 38daf38..d595a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.5.1 (18 Aug 2018) + +* Fix uglifyjs unicode escape [#69](https://github.com/liriliri/eruda/issues/69) +* Update icons, use [iconfont](http://www.iconfont.cn) instead of [icomoon](https://icomoon.io/) +* Show custom request headers [#78](https://github.com/liriliri/eruda/pull/78) +* Add get api to info panel [#83](https://github.com/liriliri/eruda/issues/83) +* Fix responseType json error [#82](https://github.com/liriliri/eruda/issues/82) +* Support console lazy evaluation + ## v1.5.0 (19 Jun 2018) * Use shadow dom to encapsulate css diff --git a/package.json b/package.json index bca091e..9536ec3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eruda", - "version": "1.5.0", + "version": "1.5.1", "description": "Console for Mobile Browsers", "main": "eruda.js", "scripts": {