Skip to content

Commit be2ddff

Browse files
release: 3.21.0
1 parent d5b8a14 commit be2ddff

3 files changed

Lines changed: 15 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.20.0"
2+
".": "3.21.0"
33
}

CHANGELOG.md

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

3+
## 3.21.0 (2026-05-13)
4+
5+
Full Changelog: [v3.20.0...v3.21.0](https://github.com/browserbase/stagehand-net/compare/v3.20.0...v3.21.0)
6+
7+
### Features
8+
9+
* [feat]: add `ignoreSelectors` to `observe()` ([37f80f3](https://github.com/browserbase/stagehand-net/commit/37f80f3936fc9a85e6e6079381c41ef4e3793472))
10+
11+
12+
### Bug Fixes
13+
14+
* **internal:** disable default HttpClient timeout as we have our own ([c20c6e0](https://github.com/browserbase/stagehand-net/commit/c20c6e01fb40ff0ab9547bf733f6c735e0949e4e))
15+
316
## 3.20.0 (2026-05-06)
417

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

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.20.0</VersionPrefix>
6+
<VersionPrefix>3.21.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)