Skip to content

Commit 0df0f92

Browse files
release: 3.14.0
1 parent 648193c commit 0df0f92

4 files changed

Lines changed: 16 additions & 3 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.13.1"
2+
".": "3.14.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.14.0 (2026-02-03)
4+
5+
Full Changelog: [v3.13.1...v3.14.0](https://github.com/browserbase/stagehand-php/compare/v3.13.1...v3.14.0)
6+
7+
### Features
8+
9+
* use `$_ENV` aware getenv helper ([648193c](https://github.com/browserbase/stagehand-php/commit/648193c0d5db24aec73e908a6415342059106763))
10+
11+
12+
### Chores
13+
14+
* **internal:** php cs fixer should not be memory limited ([85b427d](https://github.com/browserbase/stagehand-php/commit/85b427d1f6c2d7074950c2b02a9731491e3f8a60))
15+
316
## 3.13.1 (2026-01-31)
417

518
Full Changelog: [v3.13.0...v3.13.1](https://github.com/browserbase/stagehand-php/compare/v3.13.0...v3.13.1)

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.13.1"
83+
composer require "browserbase/stagehand 3.14.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.13.1';
8+
const VERSION = '3.14.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)