diff --git a/CHANGELOG.md b/CHANGELOG.md index 121081f..ec411ba 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.4 (2023-09-19) + ### 2.13.3 (2023-09-05) ### 2.13.2 (2023-08-17) diff --git a/package.json b/package.json index c408bb8..f411fae 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.3", + "version": "2.13.4", "main": "src/index.js", "bin": { "html-get": "bin/index.js"