diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d9325..2d92c24 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. +### 1.0.4 (2023-04-24) + ### 1.0.3 (2023-03-28) ### 1.0.2 (2023-02-05) diff --git a/package.json b/package.json index 67e456e..4def9e2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "send-http", "description": "A straightforward way to send data for http.IncomingMessage.", "homepage": "https://github.com/Kikobeats/send-http", - "version": "1.0.3", + "version": "1.0.4", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",