From ca199a79f1af430a62a16d4b64a8efa512823857 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Sat, 25 May 2019 19:25:53 +0800 Subject: [PATCH] Release version 1.5.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d852e209..6b5ae25df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.5.5 (25 May 2019) + +* Fix resources error when cookie has % [#100](ttps://github.com/liriliri/eruda/issues/100) +* Update dom plugin version + ## v1.5.4 (23 Sep 2018) * Fix network url start with // diff --git a/package.json b/package.json index 2d6b5c343..81cb9b984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eruda", - "version": "1.5.4", + "version": "1.5.5", "description": "Console for Mobile Browsers", "main": "eruda.js", "scripts": {