File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.6.0 "
2+ "." : " 0.6.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.1 (2026-01-13)
4+
5+ Full Changelog: [ v0.6.0...v0.6.1] ( https://github.com/browserbase/stagehand-java/compare/v0.6.0...v0.6.1 )
6+
37## 0.6.0 (2026-01-13)
48
59Full Changelog: [ v0.5.0...v0.6.0] ( https://github.com/browserbase/stagehand-java/compare/v0.5.0...v0.6.0 )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Most existing browser automation tools either require you to write low-level cod
7070### Gradle
7171
7272``` kotlin
73- implementation(" com.browserbase.api:stagehand-java:0.6.0 " )
73+ implementation(" com.browserbase.api:stagehand-java:0.6.1 " )
7474```
7575
7676### Maven
@@ -79,7 +79,7 @@ implementation("com.browserbase.api:stagehand-java:0.6.0")
7979<dependency >
8080 <groupId >com.browserbase.api</groupId >
8181 <artifactId >stagehand-java</artifactId >
82- <version >0.6.0 </version >
82+ <version >0.6.1 </version >
8383</dependency >
8484```
8585
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99
1010allprojects {
1111 group = " com.browserbase.api"
12- version = " 0.6.0 " // x-release-please-version
12+ version = " 0.6.1 " // x-release-please-version
1313}
1414
1515subprojects {
You can’t perform that action at this time.
0 commit comments