Skip to content

Commit

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

## [5.10.1](v5.10.0...v5.10.1) (2023-01-29)

### Bug Fixes

* fix mockContext with headers ([#153](#153)) ([5e3e816](5e3e816))
  • Loading branch information
semantic-release-bot committed Jan 29, 2023
1 parent 5e3e816 commit 373a057
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [5.10.1](https://github.com/eggjs/egg-mock/compare/v5.10.0...v5.10.1) (2023-01-29)


### Bug Fixes

* fix mockContext with headers ([#153](https://github.com/eggjs/egg-mock/issues/153)) ([5e3e816](https://github.com/eggjs/egg-mock/commit/5e3e816395d8be37548d4bb72c3e3dc2d098bee1))

## [5.10.0](https://github.com/eggjs/egg-mock/compare/v5.9.4...v5.10.0) (2023-01-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "egg-mock",
"version": "5.10.0",
"version": "5.10.1",
"eggPlugin": {
"name": "egg-mock"
},
Expand Down

0 comments on commit 373a057

Please sign in to comment.