Skip to content

Commit

Permalink
chore(release): v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rexerwang committed Apr 30, 2023
1 parent a7f2dad commit a4b8cc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.4](https://github.com/rexerwang/requete/compare/v1.0.3...v1.0.4) (2023-04-30)

### Bug Fixes

- regex for absolute url ([f3d87cc](https://github.com/rexerwang/requete/commit/f3d87cc17b619c0b5eaa6d9cd91c1301f55e1850))
- transform response in adapters ([c59dd4e](https://github.com/rexerwang/requete/commit/c59dd4e0b9fbf637d3ada2a62dc53936c95e515d))

## [1.0.3](https://github.com/rexerwang/requete/compare/v1.0.2...v1.0.3) (2023-04-29)

### Bug Fixes
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": "requete",
"version": "1.0.3",
"version": "1.0.4",
"description": "A lightweight client-side HTTP request library based on the Fetch API and supports middleware.",
"scripts": {
"build": "pnpm clean && rollup -c",
Expand Down

0 comments on commit a4b8cc8

Please sign in to comment.