From 0c7292c354787f0653a2f75f246327c489843299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Mon, 3 Feb 2025 18:18:57 +0100 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1083ef7..05ee6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Release Notes +## [2.2.1 (2025-02-03)](https://github.com/axe-api/axe-api/compare/2.2.1...2.2.0) + +🎉 Big thanks to our contributors for this release! +Special shoutout to: @christoph-kluge 🚀👏 + +Your help makes this project better—cheers! 🎩✨ + +- Fixed: Argument parsing issue on different functions [#70](https://github.com/axe-api/validator/issues/70) +- Fixed: Internal server error: DEFINED_RULES.includes is not a function [#68](https://github.com/axe-api/validator/issues/68) + ## [2.2.0 (2025-01-13)](https://github.com/axe-api/axe-api/compare/2.2.0...2.2.1) - Array and object validation [#54](https://github.com/axe-api/validator/issues/54)