Skip to content

Commit 2a2dfb4

Browse files
Release 3.3.0
[skip ci] ## [3.3.0](v3.2.4...v3.3.0) (2023-05-16) ### Features * upgrade deps ([#58](#58)) ([d16b55c](d16b55c))
1 parent d16b55c commit 2a2dfb4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/node-modules/mm/compare/v3.2.4...v3.3.0) (2023-05-16)
4+
5+
6+
### Features
7+
8+
* upgrade deps ([#58](https://github.com/node-modules/mm/issues/58)) ([d16b55c](https://github.com/node-modules/mm/commit/d16b55cfc97f212109712307f7a4f3e986370aab))
9+
310
## [3.2.4](https://github.com/node-modules/mm/compare/v3.2.3...v3.2.4) (2023-05-16)
411

512

@@ -327,4 +334,3 @@
327334
* add mock http.request() and http.requestError()
328335
* add mm.error() impl
329336
* Release 0.0.1
330-

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": "3.2.4",
3+
"version": "3.3.0",
44
"description": "mock mate, mock http request, fs access and so on.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)