Skip to content

Commit ac2f01c

Browse files
release: 3.19.0
1 parent b0b96f9 commit ac2f01c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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-
".": "3.18.0"
2+
".": "3.19.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.19.0 (2026-04-03)
4+
5+
Full Changelog: [v3.18.0...v3.19.0](https://github.com/browserbase/stagehand-php/compare/v3.18.0...v3.19.0)
6+
7+
### Features
8+
9+
* Replace default model used in server-v3 api spec examples ([b0b96f9](https://github.com/browserbase/stagehand-php/commit/b0b96f9947ada81950292af4f3fefb3743c6d1d6))
10+
311
## 3.18.0 (2026-03-24)
412

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
8080
<!-- x-release-please-start-version -->
8181

8282
```
83-
composer require "browserbase/stagehand 3.18.0"
83+
composer require "browserbase/stagehand 3.19.0"
8484
```
8585

8686
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Stagehand;
66

77
// x-release-please-start-version
8-
const VERSION = '3.18.0';
8+
const VERSION = '3.19.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)