Skip to content

Commit

Permalink
chore(release): v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rexerwang committed Jun 18, 2023
1 parent e77b947 commit 7cac369
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.1.7](https://github.com/rexerwang/requete/compare/v1.1.6...v1.1.7) (2023-06-18)

### Bug Fixes

- **build:** missing requete/adapter ([e77b947](https://github.com/rexerwang/requete/commit/e77b9472c373cc0a99c5838a2b10584693426b88))
- **RequestError:** set toStringTag `Error` ([a0a6642](https://github.com/rexerwang/requete/commit/a0a66420553d8f7600f7c8e23141fb7c5a1a80ac))

## [1.1.6](https://github.com/rexerwang/requete/compare/v1.1.5...v1.1.6) (2023-05-15)

### 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.1.6",
"version": "1.1.7",
"description": "A lightweight client-side HTTP request library based on the Fetch API and supports middleware.",
"scripts": {
"build": "pnpm clean && concurrently 'pnpm:build:*'",
Expand Down

0 comments on commit 7cac369

Please sign in to comment.