diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cf22e..0c8391e 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.3.6 (2023-09-05) + ### 2.3.5 (2023-02-01) ### 2.3.4 (2023-02-01) diff --git a/package.json b/package.json index aabbcd4..41463af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "is-url-http", "description": "Check if an URL is a valid HTTP URL.", "homepage": "https://github.com/Kikobeats/is-url-http", - "version": "2.3.5", + "version": "2.3.6", "types": "index.d.ts", "main": "index.js", "browser": "lightweight.js",