Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 7, 2017
1 parent eb0eaae commit 063c179
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
@@ -1,4 +1,13 @@

2.2.0 / 2017-09-07
==================

**features**
* [[`72e5478`](http://github.com/node-modules/mm/commit/72e54784c5c0c094da6c345ce65f50bbc31b5889)] - feat: use stream class to replace EventEmitter. (Qi Yu <<njuyuqi@gmail.com>>)

**others**
* [[`eb0eaae`](http://github.com/node-modules/mm/commit/eb0eaae30989298988c1ea8f0024158dcc367ba2)] - test: add mock request pipe test case (fengmk2 <<fengmk2@gmail.com>>)

2.1.1 / 2017-09-06
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "2.1.1",
"version": "2.2.0",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -55,4 +55,4 @@
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
"license": "MIT"
}
}

0 comments on commit 063c179

Please sign in to comment.