From 3009bb9c06bca5f06d1d6a15fc4b45ae7af6d16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Sun, 18 Mar 2018 00:04:03 +0100 Subject: [PATCH] changelog --- History.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/History.md b/History.md index 06bdd5b..690982c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,24 @@ +v4.0.1 / 2018-03-18 +================== + + * Fixes inlining if no scripts & stylesheets are present in head + +v4.0.0 / 2018-03-05 +=================== + + * drop node 4 support + * Bump deps + * Fixes minor typos in README.md (#233) + +v3.1.0 / 2017-12-15 +=================== + + * Fix outdated yarn.lock + * Bump dependencies + * CI: stop testing non-LTS node.js versions. (#232) + * Set the `onload` handler to `null`. (#231) + v3.0.0 / 2017-11-29 ===================