diff --git a/HISTORY.md b/HISTORY.md index 79bed9a..f3d01f3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ --- +## 0.1.2 + +- fix: 404 when html file lack of doctype and add more test cases + + ## 0.1.1 - fix: fix html lacks of doctype diff --git a/package.json b/package.json index 1a40002..84c9896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dora-plugin-debug-corner", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/dora-js/dora-plugin-debug-corner"