diff --git a/CHANGELOG.md b/CHANGELOG.md index 926d185..a8a68dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [5.1.7](https://github.com/alexghr/got-fetch/compare/v5.1.6...v5.1.7) (2023-10-17) + ## [5.1.6](https://github.com/alexghr/got-fetch/compare/v5.1.5...v5.1.6) (2023-07-18) ## [5.1.5](https://github.com/alexghr/got-fetch/compare/v5.1.4...v5.1.5) (2023-07-11) diff --git a/package.json b/package.json index f0c839a..a7eeda3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "got-fetch", - "version": "5.1.6", + "version": "5.1.7", "type": "module", "license": "MIT", "description": "A fetch-compatible interface to the got HTTP client",