Skip to content

Commit 753fb0c

Browse files
release: 3.2.3
1 parent 43bf977 commit 753fb0c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.2.2"
2+
".": "3.2.3"
33
}

CHANGELOG.md

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

3+
## 3.2.3 (2026-01-17)
4+
5+
Full Changelog: [v3.2.2...v3.2.3](https://github.com/browserbase/stagehand-php/compare/v3.2.2...v3.2.3)
6+
7+
### Chores
8+
9+
* **internal:** minor test script reformatting ([4aa1009](https://github.com/browserbase/stagehand-php/commit/4aa10092946a58f994dd9fe91675a1b8c1a9f28f))
10+
* **internal:** update `actions/checkout` version ([43bf977](https://github.com/browserbase/stagehand-php/commit/43bf9775e76419afaa665fccb6f1cec69b20bcc1))
11+
312
## 3.2.2 (2026-01-16)
413

514
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.2.3';
99
// x-release-please-end

0 commit comments

Comments
 (0)