Skip to content

Commit

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

## [3.2.2](v3.2.1...v3.2.2) (2023-04-02)

### Bug Fixes

* spy statistics is not reset after restore ([#55](#55)) ([97dcf42](97dcf42))
  • Loading branch information
semantic-release-bot committed Apr 2, 2023
1 parent 97dcf42 commit 888d0fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
# Changelog

## [3.2.2](https://github.com/node-modules/mm/compare/v3.2.1...v3.2.2) (2023-04-02)


### Bug Fixes

* spy statistics is not reset after restore ([#55](https://github.com/node-modules/mm/issues/55)) ([97dcf42](https://github.com/node-modules/mm/commit/97dcf42d07b5933ce1ef87d1e6fd8c94bd41dcf6))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "3.2.1",
"version": "3.2.2",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 888d0fb

Please sign in to comment.