Skip to content

Commit 70c9e84

Browse files
committed
chore: bump v0.30.10
1 parent 337485e commit 70c9e84

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## Main
3+
## v0.30.10
4+
5+
- 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
6+
7+
## v0.30.9
8+
9+
- fix unhandled alerts by @s3cur3 in https://github.com/elixir-wallaby/wallaby/pull/779
10+
11+
## v0.30.8
12+
13+
- fix malformed JSON from chromedriver by @s3cur3 in https://github.com/elixir-wallaby/wallaby/pull/778
414

515
## v0.30.7
616

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Wallaby.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-wallaby/wallaby"
5-
@version "0.30.9"
5+
@version "0.30.10"
66
@drivers ~w(selenium chrome)
77
@selected_driver System.get_env("WALLABY_DRIVER")
88
@maintainers ["Mitchell Hanberg"]

0 commit comments

Comments
 (0)