Skip to content

Commit

Permalink
Ready to release sandwich-webdriver-0.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 23, 2023
1 parent a7151d0 commit 52cda34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions sandwich-webdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Unreleased

# 0.2.2.0

* Fix browser path calculation in addCommandLineOptionsToWdOptions

# 0.2.1.0

* Pass `--headless=new` instead of `--headless` for Chrome >= 110, to address https://www.selenium.dev/blog/2023/headless-is-going-away/.
Expand Down
2 changes: 1 addition & 1 deletion sandwich-webdriver/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sandwich-webdriver
version: 0.2.1.0
version: 0.2.2.0
github: "codedownio/sandwich"
license: BSD3
author: "Tom McLaughlin"
Expand Down
4 changes: 2 additions & 2 deletions sandwich-webdriver/sandwich-webdriver.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: sandwich-webdriver
version: 0.2.1.0
version: 0.2.2.0
synopsis: Sandwich integration with Selenium WebDriver
description: Please see the <https://codedownio.github.io/sandwich/docs/extensions/sandwich-webdriver documentation>.
category: Testing
Expand Down

0 comments on commit 52cda34

Please sign in to comment.