From 1c8a6da6e8787a9c1e83d535ba3c3b82013ac756 Mon Sep 17 00:00:00 2001 From: Naufan Rizal Date: Tue, 26 Nov 2024 11:05:16 +1300 Subject: [PATCH] Update changelog for 1.2.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7076ecc..e156034f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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. + ## 1.1.0 - 2024-11-11 - Experimental support for Cypress. See [Cypress usage guide](./docs/cypress.md). - Experimental support for Playwright. See [Playwright usage guide](./docs/playwright.md).