diff --git a/README.md b/README.md index e0610d3..16d5197 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ It's strongly recommended to use [array destructuring](https://developer.mozilla ## Changelog +# 1.1.1 (August 26, 2019) + +- Fixed incorrect `require` in documentation example. + # 1.1.0 (August 19, 2019) - __New:__ Predicate function now also receives the index of the value as an argument, not just the value itself.