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",