diff --git a/CHANGELOG.md b/CHANGELOG.md index a36b0a5a..8883fc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.5.0](https://github.com/r17x/fetch.macro/compare/v1.4.0...v1.5.0) (2022-10-04) + +### Features + +- **fetchFormData:** add fetchFormData API for produce fetch for formData response ([#31](https://github.com/r17x/fetch.macro/issues/31)) ([08a8303](https://github.com/r17x/fetch.macro/commit/08a83036fde769c8e12ec54699963bcf14907b92)), closes [#22](https://github.com/r17x/fetch.macro/issues/22) + # [1.4.0](https://github.com/r17x/fetch.macro/compare/v1.3.0...v1.4.0) (2022-10-03) ### Features diff --git a/package.json b/package.json index be49c0cf..df17535c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "r17x ", "homepage": "https://github.com/r17x/fetch.macro", "repository": "https://github.com/r17x/fetch.macro", - "version": "1.4.0", + "version": "1.5.0", "keywords": [ "babel-plugin-macros", "fetch"