From 665b2cc04f91b7121132c7148b2ebcb02ee4fa57 Mon Sep 17 00:00:00 2001 From: Naufan Rizal Date: Thu, 12 Dec 2024 10:02:31 +1300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e156034f..32835516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.1 - 2024-12-12 +- Fix issue where the run would pass despite errors outside of tests, such as syntax or runtime errors. + ## 1.2.0 - 2024-11-26 - Add support for muting tests. - Fix issue with Cypress command by passing the list of test files separated by commas.