Skip to content

Commit

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

## [3.3.0](v3.2.4...v3.3.0) (2023-05-16)

### Features

* upgrade deps ([#58](#58)) ([d16b55c](d16b55c))
  • Loading branch information
semantic-release-bot committed May 16, 2023
1 parent d16b55c commit 2a2dfb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [3.3.0](https://github.com/node-modules/mm/compare/v3.2.4...v3.3.0) (2023-05-16)


### Features

* upgrade deps ([#58](https://github.com/node-modules/mm/issues/58)) ([d16b55c](https://github.com/node-modules/mm/commit/d16b55cfc97f212109712307f7a4f3e986370aab))

## [3.2.4](https://github.com/node-modules/mm/compare/v3.2.3...v3.2.4) (2023-05-16)


Expand Down Expand Up @@ -327,4 +334,3 @@
* add mock http.request() and http.requestError()
* add mm.error() impl
* Release 0.0.1

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "3.2.4",
"version": "3.3.0",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 2a2dfb4

Please sign in to comment.