Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rexerwang committed May 2, 2023
1 parent dbe3ccc commit 9ce8018
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.2](https://github.com/rexerwang/requete/compare/v1.1.1...v1.1.2) (2023-05-02)

### Features

- replay func on context ([fd2550b](https://github.com/rexerwang/requete/commit/fd2550b39d790788e297289c059a08c5548303e4))

## [1.1.1](https://github.com/rexerwang/requete/compare/v1.1.0...v1.1.1) (2023-05-02)

### 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.1",
"version": "1.1.2",
"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 9ce8018

Please sign in to comment.