From 03bb4e939c36545a2b8e4a67bff421de40fea5bd Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 24 Oct 2018 15:02:08 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f0690..ad8feee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# 1.4.0 (2018-10-24) + +* Add debug logs ([c419eed](https://github.com/Kikobeats/html-get/commit/c419eed)) +* Add timeout for ping ([db1913f](https://github.com/Kikobeats/html-get/commit/db1913f)) +* Add url resolution ([43fa92c](https://github.com/Kikobeats/html-get/commit/43fa92c)) +* Adjust timeouts ([c5da87e](https://github.com/Kikobeats/html-get/commit/c5da87e)) +* Release 1.3.7 ([d429c89](https://github.com/Kikobeats/html-get/commit/d429c89)) +* Update scripts ([24b93f1](https://github.com/Kikobeats/html-get/commit/24b93f1)) + + + ## 1.3.7 (2018-10-24) diff --git a/package.json b/package.json index 9240699..cc29508 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "html-get", "description": "Get the HTML from any website, using prerendering when is necessary.", "homepage": "https://documentup.com/Kikobeats/html-get", - "version": "1.3.7", + "version": "1.4.0", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",