From dd7a24f986fb12d4e08952b11a14ac258ae77626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Sun, 27 Oct 2024 14:31:19 +0100 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca16b6..a4ab137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## [2.1.1 (2024-10-27)](https://github.com/axe-api/axe-api/compare/2.1.1...2.1.0) + +- TypeError: list.map is not a function [#62](https://github.com/axe-api/validator/issues/62) + ## [2.1.0 (2024-10-19)](https://github.com/axe-api/axe-api/compare/2.1.0...2.0.1) - Added `isRegistered()` function. [#60](https://github.com/axe-api/validator/issues/60)