From f377ffc1b9d82180417290a66377ca1d6874df23 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 16 May 2019 10:34:21 +0000 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b63348..fce5d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -# Change Log +# Changelog 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.1.1](https://github.com/microlinkhq/html-get/compare/v2.1.0...v2.1.1) (2019-05-16) + + +### Bug Fixes + +* add scripts to files ([4fc3cb8](https://github.com/microlinkhq/html-get/commit/4fc3cb8)) + + + # [2.1.0](https://github.com/microlinkhq/html-get/compare/v2.0.18...v2.1.0) (2019-05-16) diff --git a/package.json b/package.json index accd843..00f63a0 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://nicedoc.com/microlinkhq/html-get", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.js", "bin": { "html-get": "bin/index.js"