From f16e9fb3ef673aa7dac2e7b4b7f802ffd946efa7 Mon Sep 17 00:00:00 2001
From: Lars Willighagen <lars.willighagen@gmail.com>
Date: Wed, 20 Nov 2024 11:57:09 +0100
Subject: [PATCH] 0.6.0-1

---
 CHANGELOG.md      | 9 +++++++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec1001c..08f387b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [0.6.0-1](https://github.com/larsgw/sync-fetch/compare/v0.6.0-0...v0.6.0-1) (2024-11-20)
+
+
+### Bug Fixes
+
+* fix handling of duplicate headers ([b3460ca](https://github.com/larsgw/sync-fetch/commit/b3460ca85c94c237ed389180be4f6c2ae333e805))
+
+
+
 # [0.6.0-0](https://github.com/larsgw/sync-fetch/compare/v0.5.2...v0.6.0-0) (2024-11-19)
 
 
diff --git a/package-lock.json b/package-lock.json
index fb0a5ee..7d67e05 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "sync-fetch",
-  "version": "0.6.0-0",
+  "version": "0.6.0-1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "sync-fetch",
-      "version": "0.6.0-0",
+      "version": "0.6.0-1",
       "license": "MIT",
       "dependencies": {
         "node-fetch": "^3.3.2",
diff --git a/package.json b/package.json
index 79a48f1..e57a113 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "sync-fetch",
-  "version": "0.6.0-0",
+  "version": "0.6.0-1",
   "description": "Synchronous version of the Fetch API",
   "main": "index.js",
   "browser": "browser.js",