Skip to content

Commit

Permalink
chore: release 1.2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 21, 2021
1 parent 1596744 commit 7e1d451
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://www.github.com/runeh/typical-fetch/compare/v1.1.0...v1.2.0) (2021-06-21)


### Features

* Allow async error mappers ([#8](https://www.github.com/runeh/typical-fetch/issues/8)) ([1596744](https://www.github.com/runeh/typical-fetch/commit/15967449dd30c79f222f53136c8fcf4f8ad9a796))


### Bug Fixes

* Fix mapError to return transformed error ([780a166](https://www.github.com/runeh/typical-fetch/commit/780a16605498738ca3638f3b3910ebd903f2d98e))

## [1.1.0](https://www.github.com/runeh/typical-fetch/compare/v1.0.3...v1.1.0) (2021-06-20)


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": "typical-fetch",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"repository": "[email protected]:runeh/typical-fetch.git",
"author": "Rune Finstad Halvorsen <[email protected]>",
Expand Down

0 comments on commit 7e1d451

Please sign in to comment.