Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#32)
Browse files Browse the repository at this point in the history
* chore(main): release 1.2.0

* ci: PNPM v9

* ci: PNPM v9
  • Loading branch information
mauriciolauffer authored Jan 19, 2025
1 parent 3be8009 commit c32ef3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v1.1.0...v1.2.0) (2025-01-17)


### Features

* Add support to QUnit preconfiguration ([#31](https://github.com/mauriciolauffer/wdio-qunit-service/issues/31)) ([3be8009](https://github.com/mauriciolauffer/wdio-qunit-service/commit/3be8009bc60277a323628b4adc5ebd869ea8bb17))

## [1.1.0](https://github.com/mauriciolauffer/wdio-qunit-service/compare/v1.0.1...v1.1.0) (2024-12-02)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "wdio-qunit-service",
"version": "1.1.0",
"version": "1.2.0",
"description": "WebdriverIO service for running QUnit browser-based tests and dinamically converting them to wdio test suites.",
"author": "Mauricio Lauffer",
"license": "MIT",
"homepage": "https://github.com/mauriciolauffer/wdio-qunit-service#readme",
"type": "module",
"packageManager": "pnpm@9.12.2",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
Expand Down

0 comments on commit c32ef3b

Please sign in to comment.