Skip to content

Commit

Permalink
Release 5.10.9
Browse files Browse the repository at this point in the history
[skip ci]

## [5.10.9](v5.10.8...v5.10.9) (2023-11-08)

### Bug Fixes

* allow to call mockHttpclient multi times ([#165](#165)) ([370e42d](370e42d))
  • Loading branch information
semantic-release-bot committed Nov 8, 2023
1 parent 370e42d commit c09d858
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

## [5.10.9](https://github.com/eggjs/egg-mock/compare/v5.10.8...v5.10.9) (2023-11-08)


### Bug Fixes

* allow to call mockHttpclient multi times ([#165](https://github.com/eggjs/egg-mock/issues/165)) ([370e42d](https://github.com/eggjs/egg-mock/commit/370e42d777d89dcfde1773db6404284439b38725))

## [5.10.8](https://github.com/eggjs/egg-mock/compare/v5.10.7...v5.10.8) (2023-06-21)


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": "egg-mock",
"version": "5.10.8",
"version": "5.10.9",
"eggPlugin": {
"name": "egg-mock"
},
Expand Down

0 comments on commit c09d858

Please sign in to comment.