diff options
Diffstat (limited to 'node_modules/call-matcher/CHANGELOG.md')
-rw-r--r-- | node_modules/call-matcher/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/call-matcher/CHANGELOG.md b/node_modules/call-matcher/CHANGELOG.md index 3342ad1f3..43b4ac422 100644 --- a/node_modules/call-matcher/CHANGELOG.md +++ b/node_modules/call-matcher/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.0](https://github.com/twada/call-matcher/releases/tag/v1.1.0) (2018-08-23) + + +#### Features + + * add index of matched argument to result of `#matchArgument` ([15e22d14](https://github.com/twada/call-matcher/commit/15e22d14dff614ba6e6836337e4d1342cefe173f)) + + ### [1.0.1](https://github.com/twada/call-matcher/releases/tag/v1.0.1) (2016-12-31) |