From e1cdbf59e12c46cc090a3da39215d1cfc4ccb280 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Oct 2022 06:53:34 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/r17x/fetch.macro/compare/v1.3.0...v1.4.0) (2022-10-03) ### Features * **fetchBlob:** add fetchBlob API for produce fetch for blob response ([#28](https://github.com/r17x/fetch.macro/issues/28)) ([962ed11](https://github.com/r17x/fetch.macro/commit/962ed11bf63ac6d51614e4b0964af8aba1caf25c)), closes [#22](https://github.com/r17x/fetch.macro/issues/22) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78aa8726..a36b0a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.4.0](https://github.com/r17x/fetch.macro/compare/v1.3.0...v1.4.0) (2022-10-03) + +### Features + +- **fetchBlob:** add fetchBlob API for produce fetch for blob response ([#28](https://github.com/r17x/fetch.macro/issues/28)) ([962ed11](https://github.com/r17x/fetch.macro/commit/962ed11bf63ac6d51614e4b0964af8aba1caf25c)), closes [#22](https://github.com/r17x/fetch.macro/issues/22) + # [1.3.0](https://github.com/r17x/fetch.macro/compare/v1.2.0...v1.3.0) (2022-10-03) ### Features diff --git a/package.json b/package.json index 8a1b7005..eb4cb16d 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.3.0", + "version": "1.4.0", "keywords": [ "babel-plugin-macros", "fetch"