Skip to content

Commit 4e833e8

Browse files
Release 4.0.2
[skip ci] ## [4.0.2](v4.0.1...v4.0.2) (2025-01-02) ### Bug Fixes * allow call mm.restore on normal export ([#63](#63)) ([18f4f7c](18f4f7c))
1 parent 18f4f7c commit 4e833e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.2](https://github.com/node-modules/mm/compare/v4.0.1...v4.0.2) (2025-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* allow call mm.restore on normal export ([#63](https://github.com/node-modules/mm/issues/63)) ([18f4f7c](https://github.com/node-modules/mm/commit/18f4f7c8c1a01f05b1870cb6e6e058058ee38c81))
9+
310
## [4.0.1](https://github.com/node-modules/mm/compare/v4.0.0...v4.0.1) (2024-12-21)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mm",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "mock mate, mock http request, fs access and so on.",
55
"homepage": "http://github.com/node-modules/mm",
66
"repository": {

0 commit comments

Comments
 (0)