Skip to content

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.4](americanexpress/fetch-enhancers@v1.1.3...v1.1.4) (2023-01-27)

### Bug Fixes

* **dependency:** tough-cookie fails to allow cookies with domain of localhost ([americanexpress#50](americanexpress#50)) ([5e36f15](americanexpress@5e36f15))
  • Loading branch information
oneamexbot committed Jan 27, 2023
1 parent 5e36f15 commit e7e26d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/americanexpress/fetch-enhancers/compare/v1.1.3...v1.1.4) (2023-01-27)


### Bug Fixes

* **dependency:** tough-cookie fails to allow cookies with domain of localhost ([#50](https://github.com/americanexpress/fetch-enhancers/issues/50)) ([5e36f15](https://github.com/americanexpress/fetch-enhancers/commit/5e36f15cd6e924a57a7de94de8437c94ace6f948))

## [1.1.3](https://github.com/americanexpress/fetch-enhancers/compare/v1.1.2...v1.1.3) (2022-11-07)


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": "@americanexpress/fetch-enhancers",
"version": "1.1.3",
"version": "1.1.4",
"description": "Set of enhancers to extend fetch",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit e7e26d7

Please sign in to comment.