Skip to content

Commit b8e927c

Browse files
Release 6.0.7
[skip ci] ## [6.0.7](v6.0.6...v6.0.7) (2025-02-08) ### Bug Fixes * app.mockContext() should return egg context instance ([#186](#186)) ([940f321](940f321))
1 parent 940f321 commit b8e927c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.7](https://github.com/eggjs/mock/compare/v6.0.6...v6.0.7) (2025-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* app.mockContext() should return egg context instance ([#186](https://github.com/eggjs/mock/issues/186)) ([940f321](https://github.com/eggjs/mock/commit/940f321abd2f46b4ea795761e0a420c280003b01))
9+
310
## [6.0.6](https://github.com/eggjs/mock/compare/v6.0.5...v6.0.6) (2025-02-04)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/mock",
3-
"version": "6.0.6-beta.3",
3+
"version": "6.0.7",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)