Skip to content

Commit

Permalink
chore(release): v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rexerwang committed May 15, 2023
1 parent 46c1ad3 commit 3911032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

### Bug Fixes

- **core:** remove toString of Requete ([5bf2afd](https://github.com/rexerwang/requete/commit/5bf2afd302d7bdcb30f6ff4222b938fd658199b2))

## [1.1.5](https://github.com/rexerwang/requete/compare/v1.1.4...v1.1.5) (2023-05-06)

### Features
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.5",
"version": "1.1.6",
"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 3911032

Please sign in to comment.