From f1eccec79c517cfd1fb6497fb10c1da9725589c2 Mon Sep 17 00:00:00 2001 From: Mauricio Lauffer <443888+mauriciolauffer@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:45:46 +1000 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ce889..bc8aa54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v0.1.0...v0.1.1) (2023-11-30) + + +### Bug Fixes + +* Nested QUnit Modules ([6fa35d6](https://github.com/mauriciolauffer/wdio-qunit-service/commit/6fa35d6d1ea2c72379acfc0ff7d9658e047e4c90)) + ## 0.1.0 (2023-10-13) diff --git a/package-lock.json b/package-lock.json index b1f88d7..c055a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wdio-qunit-service", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wdio-qunit-service", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "workspaces": [ ".", diff --git a/package.json b/package.json index c30134d..a73378d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wdio-qunit-service", - "version": "0.1.0", + "version": "0.1.1", "description": "WebdriverIO service for running QUnit browser-based tests and dinamically converting them to wdio test suites.", "author": "Mauricio Lauffer", "license": "MIT",