Skip to content

Commit aa7e397

Browse files
chore(main): release webdriver-bidi-protocol 0.3.9 (#290)
1 parent b9e9a8e commit aa7e397

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.3.8"
2+
".": "0.3.9"
33
}

CHANGELOG.md

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

3+
## [0.3.9](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.3.8...webdriver-bidi-protocol-v0.3.9) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* re-generate types based on spec updates ([#288](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/issues/288)) ([344664a](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/commit/344664acc11292530bc7f40db7542e2aca18e817))
9+
* re-generate types based on spec updates ([#292](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/issues/292)) ([b9e9a8e](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/commit/b9e9a8e9680169cd741401f786958fc25f36a762))
10+
311
## [0.3.8](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.3.7...webdriver-bidi-protocol-v0.3.8) (2025-10-12)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriver-bidi-protocol",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

0 commit comments

Comments
 (0)