aboutsummaryrefslogtreecommitdiff
path: root/node_modules/call-matcher/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/call-matcher/CHANGELOG.md')
-rw-r--r--node_modules/call-matcher/CHANGELOG.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/node_modules/call-matcher/CHANGELOG.md b/node_modules/call-matcher/CHANGELOG.md
deleted file mode 100644
index 43b4ac422..000000000
--- a/node_modules/call-matcher/CHANGELOG.md
+++ /dev/null
@@ -1,30 +0,0 @@
-## [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)
-
-
-#### Bug Fixes
-
- * make options argument optional ([271451cb](https://github.com/twada/call-matcher/commit/271451cb037832ff2f1bc8d950847c60761178c2))
-
-
-## [1.0.0](https://github.com/twada/call-matcher/releases/tag/v1.0.0) (2016-05-28)
-
-
-#### Features
-
- * consolidate ponyfills into core-js ([a083946c](https://github.com/twada/call-matcher/commit/a083946c26cfd236122b5298c3ea5c1facb0baca))
-
-
-## [0.1.0](https://github.com/twada/call-matcher/releases/tag/v0.1.0) (2015-12-23)
-
-
-#### Features
-
- * initial release (extract call-matcher from escallmatch)