From 7b5bf2c415664fc855253eade1294902e9e10ace Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 25 Aug 2019 18:33:23 +0200 Subject: [PATCH] Fix changelog formatting --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16d5197..ab23f9c 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,18 @@ It's strongly recommended to use [array destructuring](https://developer.mozilla ## Changelog -# 1.1.1 (August 26, 2019) +### 1.1.2 (August 26, 2019) + +- Fixed changelog formatting + +### 1.1.1 (August 26, 2019) - Fixed incorrect `require` in documentation example. -# 1.1.0 (August 19, 2019) +### 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. -# 1.0.0 (August 19, 2019) +### 1.0.0 (August 19, 2019) Initial release.