Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed May 5, 2022
1 parent 67b1489 commit 5237b07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.1.1

- 🐛 Using body instead of inline url params with `application/x-www-form-urlencoded` ([#113](https://github.com/fatcher/fatcher/pull/113))
- ⚡️ Headers using `Record<string, string>` to send request ([#109](https://github.com/fatcher/fatcher/pull/109))

## v1.1.0

- 🔧 Move `@fatcherjs/utils-shared` to `utils`
Expand All @@ -20,7 +25,7 @@

## v0.3.2

- 🐛 fix normalize error when baseURL is not '/' [#62](https://github.com/fanhaoyuan/fatcher/pull/62)
- 🐛 fix normalize error when baseURL is not '/' [#62](https://github.com/fatcher/fatcher/pull/62)

## v0.3.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fatcher",
"version": "1.1.0",
"version": "1.1.1",
"description": "A tiny composable HTTP request library witch base on fetch API.",
"homepage": "https://fatcherjs.github.io/docs/",
"repository": {
Expand Down

0 comments on commit 5237b07

Please sign in to comment.