From 157c817e8bbfcef1aff697c09e5f6f3c29337599 Mon Sep 17 00:00:00 2001 From: Kiko Date: Fri, 24 Nov 2023 16:55:08 +0000 Subject: [PATCH] chore(release): 2.13.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca9a7e..b3f89be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.10 (2023-11-24) + ### 2.13.9 (2023-11-11) ### 2.13.8 (2023-10-09) diff --git a/package.json b/package.json index af41616..0450f82 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.9", + "version": "2.13.10", "main": "src/index.js", "bin": { "html-get": "bin/index.js"