Skip to content

Commit

Permalink
chore: bump v0.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jul 12, 2023
1 parent 389d416 commit cdff788
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main

## v0.30.4

- Set headless and binary chromedriver opts from the `@sessions` attribute in feature tests (#736)

## v0.30.3

- Better support Chromedriver tests on machines with tons of cores
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Wallaby.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-wallaby/wallaby"
@version "0.30.3"
@version "0.30.4"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers ["Mitchell Hanberg"]
Expand Down

0 comments on commit cdff788

Please sign in to comment.