diff --git a/CHANGELOG.md b/CHANGELOG.md index 094051d..d986583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v0.2.0...v0.3.0) (2024-09-10) + + +### Features + +* Support QUnit v1 ([#20](https://github.com/mauriciolauffer/wdio-qunit-service/issues/20)) ([082e425](https://github.com/mauriciolauffer/wdio-qunit-service/commit/082e425c123ab27e9a4f3e4a4743e950d380c9b0)) + ## [0.2.0](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v0.1.2...v0.2.0) (2024-06-14) diff --git a/package-lock.json b/package-lock.json index 7dd4266..513687c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wdio-qunit-service", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wdio-qunit-service", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "cross-dirname": "^0.1.0" diff --git a/package.json b/package.json index f466eee..01decbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wdio-qunit-service", - "version": "0.2.0", + "version": "0.3.0", "description": "WebdriverIO service for running QUnit browser-based tests and dinamically converting them to wdio test suites.", "author": "Mauricio Lauffer", "license": "MIT",