Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release chromeos-webdriver-server 1.0.3 #88

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"base": "1.1.5",
"backends/chromecast": "1.3.0",
"backends/chromeos": "1.0.2",
"backends/chromeos": "1.0.3",
"backends/tizen": "1.1.4",
"backends/xboxone": "1.0.4"
}
8 changes: 8 additions & 0 deletions backends/chromeos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.3](https://github.com/shaka-project/generic-webdriver-server/compare/chromeos-webdriver-server-v1.0.2...chromeos-webdriver-server-v1.0.3) (2024-05-15)


### Bug Fixes

* **chromeos:** Fix compatibility with new deps and new ChromeOS ([#89](https://github.com/shaka-project/generic-webdriver-server/issues/89)) ([47c244e](https://github.com/shaka-project/generic-webdriver-server/commit/47c244ed2a74eb62183eaffe7a0f84fe95811f0f))
* **chromeos:** Fix loading of node-fetch library ([#87](https://github.com/shaka-project/generic-webdriver-server/issues/87)) ([85b4ccf](https://github.com/shaka-project/generic-webdriver-server/commit/85b4ccfc2fa1a8f5af6fa678a0dcda0b1a2f4f0c))

### [1.0.2](https://github.com/shaka-project/generic-webdriver-server/compare/chromeos-webdriver-server-v1.0.1...chromeos-webdriver-server-v1.0.2) (2022-02-07)

Bump dependencies to resolve DoS issues in indirect dependencies and a
Expand Down
4 changes: 2 additions & 2 deletions backends/chromeos/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backends/chromeos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chromeos-webdriver-server",
"description": "A WebDriver server that pushes URLs to ChromeOS devices, built on generic-webdriver-server.",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/shaka-project/generic-webdriver-server",
"author": "Google",
"license": "Apache-2.0",
Expand Down
Loading