diff --git a/CHANGELOG.md b/CHANGELOG.md index d813aaa..9b65b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.1.7](https://github.com/lquixada/cross-fetch/compare/v3.1.7-test.1...v3.1.7) (2023-07-01) + ### [3.1.6](https://github.com/lquixada/cross-fetch/compare/v3.1.5...v3.1.6) (2023-05-14) diff --git a/package.json b/package.json index fbd4c8d..1c222b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cross-fetch", - "version": "3.1.7-test.1", + "version": "3.1.7", "description": "Universal WHATWG Fetch API for Node, Browsers and React Native", "homepage": "https://github.com/lquixada/cross-fetch", "main": "dist/node-ponyfill.js",