Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer authored Sep 10, 2024
1 parent 082e425 commit e2b45be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e2b45be

Please sign in to comment.