Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Oct 28, 2021
1 parent 633f1d2 commit e37775f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.5.1](https://github.com/exah/ya-fetch/compare/v1.5.0...v1.5.1)
## [v1.6.0](https://github.com/exah/ya-fetch/compare/v1.5.1...v1.6.0)

### Merged

- [`#24`](https://github.com/exah/ya-fetch/pull/24) 🏷 Allow returning `Response` inside `onFailure`
- [`#23`](https://github.com/exah/ya-fetch/pull/23) ✨ Add `highWaterMark` option and node.js docs
- [`#19`](https://github.com/exah/ya-fetch/pull/19) :sparkles: pass in url and options to `getHeader` function
- [`#20`](https://github.com/exah/ya-fetch/pull/20) :construction_worker: Add GitHub Actions config

## [v1.5.1](https://github.com/exah/ya-fetch/compare/v1.5.0...v1.5.1) - 2021-06-19

### Merged

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ya-fetch",
"version": "1.5.1",
"version": "1.6.0",
"description": "Super light-weight wrapper around fetch",
"author": "John Grishin <hi@johngrish.in>",
"license": "MIT",
Expand Down

0 comments on commit e37775f

Please sign in to comment.