Skip to content

Commit

Permalink
chore: bump v0.30.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 6, 2025
1 parent 337485e commit 70c9e84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Main
## v0.30.10

- only automatically start sessions for `feature` test macros and not every test in a file by @s3cur3 in https://github.com/elixir-wallaby/wallaby/pull/795

## v0.30.9

- fix unhandled alerts by @s3cur3 in https://github.com/elixir-wallaby/wallaby/pull/779

## v0.30.8

- fix malformed JSON from chromedriver by @s3cur3 in https://github.com/elixir-wallaby/wallaby/pull/778

## v0.30.7

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.9"
@version "0.30.10"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers ["Mitchell Hanberg"]
Expand Down

0 comments on commit 70c9e84

Please sign in to comment.