Skip to content

Commit

Permalink
Release 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Mar 28, 2018
1 parent fb30181 commit 35d4108
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

3.16.0 / 2018-03-28
===================

* feat: support ts (#70)
* fix: mockSession save should not be enumerable (#69)

3.15.1 / 2018-03-20
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-mock",
"version": "3.15.1",
"version": "3.16.0",
"eggPlugin": {
"name": "egg-mock"
},
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/demo/app/controller/user.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

exports.get = function* () {
this.body = this.user;
};
Expand Down

0 comments on commit 35d4108

Please sign in to comment.