Skip to content

Commit ab1ee1e

Browse files
committed
2.1.5
1 parent 13aec3f commit ab1ee1e

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [v2.1.4](https://github.com/exah/ya-fetch/compare/v2.1.3...v2.1.4)
6+
## [v2.1.5](https://github.com/exah/ya-fetch/compare/v2.1.4...v2.1.5)
7+
8+
### Improved
9+
10+
- [`abe9163`](https://github.com/exah/ya-fetch/commit/abe91634a83a6c8de0eef47b9057e0426a57a561) ♻️ Update object.entries types internally
11+
- [`98bf109`](https://github.com/exah/ya-fetch/commit/98bf1092267a9d15ff9633edbdbfaa319e889ab6) ♻️ Use explicit error message for `ResponseError`
12+
13+
### Fixed
14+
15+
- [`443d56e`](https://github.com/exah/ya-fetch/commit/443d56e446fe89abe31b50131e8d8873d27ee6e1) 🚑 Restrict requests with numbers
16+
17+
## [v2.1.4](https://github.com/exah/ya-fetch/compare/v2.1.3...v2.1.4) - 2023-11-02
718

819
### Merged
920

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ya-fetch",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Super light-weight wrapper around fetch",
55
"author": "John Grishin <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)