Skip to content

Commit 8c88d1c

Browse files
release: 0.6.1
1 parent fc801c0 commit 8c88d1c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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-
".": "0.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

59
Full Changelog: [v0.5.0...v0.6.0](https://github.com/browserbase/stagehand-java/compare/v0.5.0...v0.6.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
allprojects {
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

1515
subprojects {

0 commit comments

Comments
 (0)