From 992ad85aae806cebaca8ef35151c945a04e1c1b0 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 17 Dec 2018 00:11:40 +0000 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e97333..d3a6842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [2.0.2](https://github.com/Kikobeats/html-get/compare/v2.0.1...v2.0.2) (2018-12-17) + + +### Bug Fixes + +* correct html markup ([2c1f925](https://github.com/Kikobeats/html-get/commit/2c1f925)) + + + ## [2.0.1](https://github.com/Kikobeats/html-get/compare/v2.0.0...v2.0.1) (2018-12-16) diff --git a/package.json b/package.json index 662d23c..6e3b781 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": "2.0.1", + "version": "2.0.2", "main": "src/index.js", "bin": { "html-get": "bin/index.js"