diff --git a/CHANGELOG.md b/CHANGELOG.md index 5526415..6378bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 1.0.11 (2018-09-10) + +* Lock standard version ([1ce4e76](https://github.com/Kikobeats/html-get/commit/1ce4e76)) +* Reflect fetch mode used on the output ([5d926fe](https://github.com/Kikobeats/html-get/commit/5d926fe)) +* fix(package): update got to version 9.2.0 ([183ec72](https://github.com/Kikobeats/html-get/commit/183ec72)) + + + ## 1.0.10 (2018-08-29) diff --git a/package.json b/package.json index 3c3b0fd..6690998 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.10", + "version": "1.0.11", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",