Skip to content

Commit fedf3b4

Browse files
release: 3.1.0 (#10)
* feat(api): manual updates * release: 3.1.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent b310f60 commit fedf3b4

6 files changed

Lines changed: 13 additions & 5 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.0.1"
2+
".": "3.1.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-991d1530002115ecec027f98cad357d39ca1ece6784f62d48e6740b8830e1104.yml
33
openapi_spec_hash: 303329893ced56b2c129fb9fd666144e
4-
config_hash: e8739aa4b8fb23a89fbf1f3b1ba2a52f
4+
config_hash: d4df55e4b30aac2d8d0982be97f837c4

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.1.0 (2026-01-15)
4+
5+
Full Changelog: [v3.0.1...v3.1.0](https://github.com/browserbase/stagehand-php/compare/v3.0.1...v3.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([a1194d4](https://github.com/browserbase/stagehand-php/commit/a1194d4b99c220aa09e900cbed86187825beffb5))
10+
311
## 3.0.1 (2026-01-15)
412

513
Full Changelog: [v0.3.1...v3.0.1](https://github.com/browserbase/stagehand-php/compare/v0.3.1...v3.0.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To use this package, install via Composer by adding the following to your applic
7878
}
7979
],
8080
"require": {
81-
"browserbase/stagehand-sdk": "dev-main"
81+
"browserbase/stagehand": "dev-main"
8282
}
8383
}
8484
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"sort-packages": true
2828
},
2929
"description": "Stagehand PHP SDK",
30-
"name": "browserbase/stagehand-sdk",
30+
"name": "browserbase/stagehand",
3131
"require": {
3232
"php": "^8.1",
3333
"php-http/discovery": "^1",

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.0.1';
8+
const VERSION = '3.1.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)