Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2023-08-22)

### Features

* update to nx 16.7.3 ([ebde261](ebde261))
* update to wdio ^8.15.0 and remove deprecated selenium-standalone service ([792a239](792a239))
* **wdio:** allow options.wdioConfig to support absolute and relative paths ([569ebeb](569ebeb))
  • Loading branch information
Roozenboom committed Aug 22, 2023
1 parent 11e7191 commit a0f06ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/webdriverio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.5.0](https://github.com/roozenboom/rbnx/compare/v1.4.0...v1.5.0) (2023-08-22)


### Features

* update to nx 16.7.3 ([ebde261](https://github.com/roozenboom/rbnx/commit/ebde2614f5b1fa3215d00f1f5419d8bbc1bde6d0))
* update to wdio ^8.15.0 and remove deprecated selenium-standalone service ([792a239](https://github.com/roozenboom/rbnx/commit/792a2394d380f5ffefca2f63f34b77b7de03deb9))
* **wdio:** allow options.wdioConfig to support absolute and relative paths ([569ebeb](https://github.com/roozenboom/rbnx/commit/569ebeb6acd1e4d109d7147e3ab89d6749e17d0a))

# [1.4.0](https://github.com/roozenboom/rbnx/compare/v1.3.0...v1.4.0) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbnx/webdriverio",
"version": "1.4.0",
"version": "1.5.0",
"description": "webdriverio plugin for nx",
"author": "Richard Roozenboom",
"license": "MIT",
Expand Down

0 comments on commit a0f06ac

Please sign in to comment.