Skip to content

Commit 9eb97b3

Browse files
release: 0.0.2
1 parent 582a585 commit 9eb97b3

3 files changed

Lines changed: 13 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-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 0.0.2 (2025-12-16)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/browserbase/stagehand-php/compare/v0.0.1...v0.0.2)
6+
7+
### Chores
8+
9+
* configure new SDK language ([83f228c](https://github.com/browserbase/stagehand-php/commit/83f228c57bb2a41078c00161a01aa6be4e36074e))
10+
* **internal:** codegen related update ([582a585](https://github.com/browserbase/stagehand-php/commit/582a58509d679383e90422b7f9d836afa9277354))
11+
* **internal:** codegen related update ([f320af0](https://github.com/browserbase/stagehand-php/commit/f320af00744b1ef4ea2007ca9b80d58f147061aa))

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

0 commit comments

Comments
 (0)