diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e2593..f4b39ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7743fc7..a1b6dda 100644 --- a/package.json +++ b/package.json @@ -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",