diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f387b..b4f3ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.6.0-2](https://github.com/larsgw/sync-fetch/compare/v0.6.0-1...v0.6.0-2) (2024-11-20) + + +### Features + +* add support for SyncResponse#blob() in Node.js ([6b1e85c](https://github.com/larsgw/sync-fetch/commit/6b1e85c031d81ba1826be768e3d25b26b721e786)) + + + # [0.6.0-1](https://github.com/larsgw/sync-fetch/compare/v0.6.0-0...v0.6.0-1) (2024-11-20) diff --git a/package-lock.json b/package-lock.json index 636b3e0..0f23727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sync-fetch", - "version": "0.6.0-1", + "version": "0.6.0-2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sync-fetch", - "version": "0.6.0-1", + "version": "0.6.0-2", "license": "MIT", "dependencies": { "node-fetch": "^3.3.2", diff --git a/package.json b/package.json index 0a3b0e8..da59b30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-fetch", - "version": "0.6.0-1", + "version": "0.6.0-2", "description": "Synchronous version of the Fetch API", "main": "index.js", "browser": "browser.js",