From 8a4aaafaaa47ec4de2befc728d79028741d157f2 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sun, 8 Oct 2023 14:00:01 +0000 Subject: [PATCH] chore(release): 2.13.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ff429..ea1851a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.13.7 (2023-10-08) + + +### Bug Fixes + +* invoke function ([2c80be4](https://github.com/microlinkhq/html-get/commit/2c80be4325bb8ace57e0709f36ac3affd5cd5cdf)) + ### 2.13.6 (2023-10-08) ### 2.13.5 (2023-10-08) diff --git a/package.json b/package.json index 1b250f2..b3f4508 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.13.6", + "version": "2.13.7", "main": "src/index.js", "bin": { "html-get": "bin/index.js"