Skip to content

Commit

Permalink
1.7.10 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed May 21, 2022
1 parent 33407ea commit c4c2c70
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="1.7.10"></a>
## [1.7.10](https://github.com/elbywan/wretch/compare/1.7.9...1.7.10) (2022-05-21)


### :arrow_up: Version update(s)

* Bump minimist from 1.2.5 to 1.2.6 ([6365ad0](https://github.com/elbywan/wretch/commit/6365ad0))
* Bump moment from 2.24.0 to 2.29.2 ([26e3889](https://github.com/elbywan/wretch/commit/26e3889))
* Bump to npm 8 ([9d5758e](https://github.com/elbywan/wretch/commit/9d5758e))

### :bug: Bug fix(es)

* Ignore when the .perf promise throws ([33407ea](https://github.com/elbywan/wretch/commit/33407ea)), closes [#131](https://github.com/elbywan/wretch/issues/131)

### :memo: Documentation update(s)

* Update performance api node.js polyfill. ([185420b](https://github.com/elbywan/wretch/commit/185420b))

### :white_check_mark: Test improvement(s)

* Migrate to github actions. ([4b93f43](https://github.com/elbywan/wretch/commit/4b93f43))



<a name="1.7.9"></a>
## [1.7.9](https://github.com/elbywan/wretch/compare/1.7.8...1.7.9) (2022-02-05)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wretch",
"version": "1.7.9",
"version": "1.7.10",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"wretch",
Expand Down Expand Up @@ -86,4 +86,4 @@
"src/index.umd.ts"
]
}
}
}

0 comments on commit c4c2c70

Please sign in to comment.