Skip to content

Commit

Permalink
chore: 🆙 4.0.0-alpha.35
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-mind committed May 13, 2024
1 parent 9260b39 commit 228be0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v4.0.0-alpha.35 (2024-05-13)

#### :bug: Bug Fix

* Added logic that checks whether the passed instance is of the native `Headers` class or `V4Headers`.
To avoid overwriting response header values, we use the `append` method when handling the native Headers object
received from the response, while retaining the original practice of setting headers with the `set` method when
constructing request headers `core/request/headers`

## v4.0.0-alpha.34 (2024-05-06)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/core/index.js",
"typings": "index.d.ts",
"license": "MIT",
"version": "4.0.0-alpha.34",
"version": "4.0.0-alpha.35",
"author": "kobezzza <kobezzza@gmail.com> (https://github.com/kobezzza)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core/request/headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-alpha.?? (2024-05-??)
## v4.0.0-alpha.35 (2024-05-13)

#### :bug: Bug Fix

Expand Down

0 comments on commit 228be0b

Please sign in to comment.