Skip to content

Commit

Permalink
chore(main): release chromecast-webdriver-server 1.3.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent 8475479 commit 12b06b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"base": "1.1.5",
"backends/chromecast": "1.2.0",
"backends/chromecast": "1.3.0",
"backends/chromeos": "1.0.2",
"backends/tizen": "1.1.4",
"backends/xboxone": "1.0.4"
Expand Down
7 changes: 7 additions & 0 deletions backends/chromecast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/shaka-project/generic-webdriver-server/compare/chromecast-webdriver-server-v1.2.0...chromecast-webdriver-server-v1.3.0) (2024-05-08)


### Features

* **chromecast:** Allow async access to `cast.__platform__` via postMessage ([#84](https://github.com/shaka-project/generic-webdriver-server/issues/84)) ([8475479](https://github.com/shaka-project/generic-webdriver-server/commit/8475479f665c182b9beb184ceffd46bddcc6f052))

## [1.2.0](https://github.com/shaka-project/generic-webdriver-server/compare/chromecast-webdriver-server-v1.1.1...chromecast-webdriver-server-v1.2.0) (2023-09-15)


Expand Down
4 changes: 2 additions & 2 deletions backends/chromecast/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/chromecast/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chromecast-webdriver-server",
"description": "A WebDriver server that pushes URLs to Chromecast, built on generic-webdriver-server.",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "https://github.com/shaka-project/generic-webdriver-server",
"author": "Google",
"license": "Apache-2.0",
Expand Down

0 comments on commit 12b06b9

Please sign in to comment.