Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Nov 22, 2023
1 parent 13aec3f commit ab1ee1e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file.

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

## [v2.1.4](https://github.com/exah/ya-fetch/compare/v2.1.3...v2.1.4)
## [v2.1.5](https://github.com/exah/ya-fetch/compare/v2.1.4...v2.1.5)

### Improved

- [`abe9163`](https://github.com/exah/ya-fetch/commit/abe91634a83a6c8de0eef47b9057e0426a57a561) ♻️ Update object.entries types internally
- [`98bf109`](https://github.com/exah/ya-fetch/commit/98bf1092267a9d15ff9633edbdbfaa319e889ab6) ♻️ Use explicit error message for `ResponseError`

### Fixed

- [`443d56e`](https://github.com/exah/ya-fetch/commit/443d56e446fe89abe31b50131e8d8873d27ee6e1) 🚑 Restrict requests with numbers

## [v2.1.4](https://github.com/exah/ya-fetch/compare/v2.1.3...v2.1.4) - 2023-11-02

### Merged

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.1.4",
"version": "2.1.5",
"description": "Super light-weight wrapper around fetch",
"author": "John Grishin <hi@johngrish.in>",
"license": "MIT",
Expand Down

0 comments on commit ab1ee1e

Please sign in to comment.