Skip to content

Commit 51de418

Browse files
chore(main): release 0.30.12 (#833)
1 parent 63d64de commit 51de418

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.30.11"
2+
".": "0.30.12"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.30.12](https://github.com/elixir-wallaby/wallaby/compare/v0.30.11...v0.30.12) (2026-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* flush a DOWN message if one was present ([#832](https://github.com/elixir-wallaby/wallaby/issues/832)) ([63d64de](https://github.com/elixir-wallaby/wallaby/commit/63d64dec492d06f4b609c67bfef41deac161b8a5))
9+
310
## [0.30.11](https://github.com/elixir-wallaby/wallaby/compare/v0.30.10...v0.30.11) (2025-10-29)
411

512

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.11"
5+
@version "0.30.12"
66
@drivers ~w(selenium chrome)
77
@selected_driver System.get_env("WALLABY_DRIVER")
88
@maintainers ["Mitchell Hanberg"]

0 commit comments

Comments
 (0)