diff --git a/HISTORY.md b/HISTORY.md index dfd9814..0fbfaf3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ## Release History +### 2017-09-06 *v4.1.1* +Fixes: buffer.toString() encoding fix for nodejs 8 + ### 2017-03-06 *v4.1.0* Fixes: Use `rebaseRelativeTo` if it is defined; Fix to rebase urls that appear on the same line; Support fragment URLs when getting inline file path. [PR Ref](https://github.com/jrit/web-resource-inliner/pull/27) diff --git a/package.json b/package.json index 5b90d34..2325101 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "name": "web-resource-inliner", "description": "Inlines img, script and link tags into the same file.", - "version": "4.1.0", + "version": "4.1.1", "keywords": [ "inline", "js",