Skip to content

Commit b405c2f

Browse files
release: 3.20.0
1 parent a9b327f commit b405c2f

3 files changed

Lines changed: 10 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-
".": "3.19.3"
2+
".": "3.20.0"
33
}

CHANGELOG.md

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

3+
## 3.20.0 (2026-05-06)
4+
5+
Full Changelog: [v3.19.3...v3.20.0](https://github.com/browserbase/stagehand-net/compare/v3.19.3...v3.20.0)
6+
7+
### Features
8+
9+
* [feat]: add `ignoreSelectors` to `extract()` ([a9b327f](https://github.com/browserbase/stagehand-net/commit/a9b327f17942b28a16800c3dd93b569bb1bac6dc))
10+
311
## 3.19.3 (2026-05-05)
412

513
Full Changelog: [v3.18.0...v3.19.3](https://github.com/browserbase/stagehand-net/compare/v3.18.0...v3.19.3)

src/Stagehand/Stagehand.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>Stagehand C#</AssemblyTitle>
55
<AssemblyName>Stagehand</AssemblyName>
6-
<VersionPrefix>3.19.3</VersionPrefix>
6+
<VersionPrefix>3.20.0</VersionPrefix>
77
<Description>The official .NET library for the Stagehand API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)