diff --git a/CHANGELOG.md b/CHANGELOG.md index b8225cd..1011c0f 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.14.2 (2024-01-16) + + +### Bug Fixes + +* avoid to encode media URLs ([#185](https://github.com/microlinkhq/html-get/issues/185)) ([c93c083](https://github.com/microlinkhq/html-get/commit/c93c0839e61704a825ecdc1dcc7f1bc64a64adf6)) + ### 2.14.1 (2024-01-16) ## 2.14.0 (2024-01-06) diff --git a/package.json b/package.json index 87ac334..4df6a83 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.14.1", + "version": "2.14.2", "main": "src/index.js", "bin": { "html-get": "bin/index.js"