diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b87d3..2165e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 1.0.1 (2018-06-26) + +* Add default puppeteer config ([373f8c4](https://github.com/Kikobeats/html-get/commit/373f8c4)) +* Update README.md ([7661915](https://github.com/Kikobeats/html-get/commit/7661915)) +* Update README.md ([fd93e9a](https://github.com/Kikobeats/html-get/commit/fd93e9a)) + + + # 1.0.0 (2018-06-26) diff --git a/package.json b/package.json index 6ca03e7..80ea87c 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.0.0", + "version": "1.0.1", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",