From 3bccf1e69eb24f81f1b1136a977a2867b4d9ca64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Four=C3=A8s?= Date: Sat, 23 May 2026 17:57:51 +0200 Subject: [PATCH] release: http-client@0.4.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b88d5..e7e7267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This is the changelog for `http-client`. +## 0.4.1 + +No changes in this release. + ## 0.4.0 ### Features diff --git a/package.json b/package.json index 2967512..1135c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@afoures/http-client", - "version": "0.4.0", + "version": "0.4.1", "description": "A typesafe and robust HTTP client", "homepage": "https://github.com/afoures/http-client#readme", "bugs": {