Skip to content

Commit 26cb3cd

Browse files
chore(main): release 0.30.11 (#826)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f64b943 commit 26cb3cd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.10"
2+
".": "0.30.11"
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.11](https://github.com/elixir-wallaby/wallaby/compare/v0.30.10...v0.30.11) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* removed elixir 1.19 warnings ([#823](https://github.com/elixir-wallaby/wallaby/issues/823)) ([f64b943](https://github.com/elixir-wallaby/wallaby/commit/f64b943aca168ddf5869081201a5993384a66d61))
9+
310
## v0.30.10
411

512
- 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

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

0 commit comments

Comments
 (0)