Skip to content

Commit

Permalink
chore(main): release chromecast-webdriver-server 1.1.1 (#62)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.1.1](chromecast-webdriver-server-v1.1.0...chromecast-webdriver-server-v1.1.1) (2023-09-07)


### Bug Fixes

* Fix yargs compatibility ([#61](#61)) ([3d44c2d](3d44c2d))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 7, 2023
1 parent 06398ff commit d3f051e
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.4",
"backends/chromecast": "1.1.0",
"backends/chromecast": "1.1.1",
"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.1.1](https://github.com/shaka-project/generic-webdriver-server/compare/chromecast-webdriver-server-v1.1.0...chromecast-webdriver-server-v1.1.1) (2023-09-07)


### Bug Fixes

* Fix yargs compatibility ([#61](https://github.com/shaka-project/generic-webdriver-server/issues/61)) ([3d44c2d](https://github.com/shaka-project/generic-webdriver-server/commit/3d44c2d52e5b992d220323b425b1d6229bc3675b))

## [1.1.0](https://github.com/shaka-project/generic-webdriver-server/compare/chromecast-webdriver-server-v1.0.4...chromecast-webdriver-server-v1.1.0) (2022-10-25)


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.1.0",
"version": "1.1.1",
"homepage": "https://github.com/shaka-project/generic-webdriver-server",
"author": "Google",
"license": "Apache-2.0",
Expand Down

0 comments on commit d3f051e

Please sign in to comment.