diff --git a/CHANGELOG.md b/CHANGELOG.md index 182151a..fa3d691 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.4.51 (2023-11-11) + ### 2.4.50 (2023-10-24) ### 2.4.49 (2023-09-19) diff --git a/package.json b/package.json index 2fce08e..b21aeb8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "html-urls", "description": "Get all links from a HTML markup", "homepage": "https://github.com/Kikobeats/html-urls", - "version": "2.4.50", + "version": "2.4.51", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",