Skip to content

Commit 4dca9b0

Browse files
release: 3.3.0
1 parent 112c886 commit 4dca9b0

3 files changed

Lines changed: 16 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.2.2"
2+
".": "3.3.0"
33
}

CHANGELOG.md

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

3+
## 3.3.0 (2026-01-20)
4+
5+
Full Changelog: [v3.2.2...v3.3.0](https://github.com/browserbase/stagehand-php/compare/v3.2.2...v3.3.0)
6+
7+
### Features
8+
9+
* move Stainless compatibility transforms from gen-openapi.ts into stainless.yml ([92aa35d](https://github.com/browserbase/stagehand-php/commit/92aa35dc997b874b76c9ca1b3397f0ede3910a28))
10+
11+
12+
### Chores
13+
14+
* **internal:** minor test script reformatting ([4aa1009](https://github.com/browserbase/stagehand-php/commit/4aa10092946a58f994dd9fe91675a1b8c1a9f28f))
15+
* **internal:** update `actions/checkout` version ([43bf977](https://github.com/browserbase/stagehand-php/commit/43bf9775e76419afaa665fccb6f1cec69b20bcc1))
16+
317
## 3.2.2 (2026-01-16)
418

519
Full Changelog: [v3.2.1...v3.2.2](https://github.com/browserbase/stagehand-php/compare/v3.2.1...v3.2.2)

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

0 commit comments

Comments
 (0)