diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0de941e..c0ad62c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog ### +#### v1.0.0-alpha.8 - 2.1.2018 #### + * Use correct doctype in cloned Document (Fix #1298) + * Fix individual border rendering (Fix #1349) + #### v1.0.0-alpha.7 - 31.12.2017 #### * Fix form input rendering (#1338) * Improve word line breaking algorithm diff --git a/package-lock.json b/package-lock.json index 93bad430e..e8ba6f378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html2canvas", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5867eb48f..206442ddc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "html2canvas", "description": "Screenshots with JavaScript", "main": "dist/npm/index.js", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "author": { "name": "Niklas von Hertzen", "email": "niklasvh@gmail.com",