diff --git a/CHANGELOG.md b/CHANGELOG.md index ebffd80..4320b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v1.0.0...v1.0.1) (2024-11-22) + + +### Bug Fixes + +* QUnit actual/expected with array values ([#25](https://github.com/mauriciolauffer/wdio-qunit-service/issues/25)) ([de3da8e](https://github.com/mauriciolauffer/wdio-qunit-service/commit/de3da8ea42a16839cd285cd988d2f41688815f0a)) + ## [1.0.0](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v0.3.0...v1.0.0) (2024-10-27) diff --git a/package.json b/package.json index d0748bf..5d89b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wdio-qunit-service", - "version": "1.0.0", + "version": "1.0.1", "description": "WebdriverIO service for running QUnit browser-based tests and dinamically converting them to wdio test suites.", "author": "Mauricio Lauffer", "license": "MIT",