Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2022-10-04)

### Features

* **fetchArrayBuffer:** add fetchArrayBuffer API for produce fetch for arrayBuffer response ([#34](#34)) ([1136e05](1136e05)), closes [#22](#22)
  • Loading branch information
semantic-release-bot committed Oct 4, 2022
1 parent 1136e05 commit b224b29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.6.0](https://github.com/r17x/fetch.macro/compare/v1.5.0...v1.6.0) (2022-10-04)

### Features

- **fetchArrayBuffer:** add fetchArrayBuffer API for produce fetch for arrayBuffer response ([#34](https://github.com/r17x/fetch.macro/issues/34)) ([1136e05](https://github.com/r17x/fetch.macro/commit/1136e059b168703f4dab8ae81f03d5705ee75c68)), closes [#22](https://github.com/r17x/fetch.macro/issues/22)

# [1.5.0](https://github.com/r17x/fetch.macro/compare/v1.4.0...v1.5.0) (2022-10-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "r17x <hi@rin.rocks>",
"homepage": "https://github.com/r17x/fetch.macro",
"repository": "https://github.com/r17x/fetch.macro",
"version": "1.5.0",
"version": "1.6.0",
"keywords": [
"babel-plugin-macros",
"fetch"
Expand Down

0 comments on commit b224b29

Please sign in to comment.