From 8abdede79baab1a1382b8e7c91c385bc23a99066 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Mon, 11 Mar 2024 15:45:26 -0700 Subject: [PATCH] chore: publish - appium-tizen-tv-driver@0.10.0 --- package-lock.json | 2 +- packages/appium-tizen-tv-driver/CHANGELOG.md | 11 +++++++++++ packages/appium-tizen-tv-driver/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c29b11f9..a914a77f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19579,7 +19579,7 @@ } }, "packages/appium-tizen-tv-driver": { - "version": "0.9.1", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { "@appium/types": "0.13.4", diff --git a/packages/appium-tizen-tv-driver/CHANGELOG.md b/packages/appium-tizen-tv-driver/CHANGELOG.md index f6e90665..d963e2fc 100644 --- a/packages/appium-tizen-tv-driver/CHANGELOG.md +++ b/packages/appium-tizen-tv-driver/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/appium-tizen-tv-driver@0.9.1...appium-tizen-tv-driver@0.10.0) (2024-03-11) + +### Features + +- let chromedriver enable autodownalod ([#574](https://github.com/headspinio/appium-tizen-tv-driver/issues/574)) ([842c5fe](https://github.com/headspinio/appium-tizen-tv-driver/commit/842c5fe481cff52c927d5bf8ea1c17d1fbc8becb)) + +### Bug Fixes + +- **appium-tizen-tv-driver:** update dependency appium-chromedriver to v5.6.38 ([#512](https://github.com/headspinio/appium-tizen-tv-driver/issues/512)) ([e714314](https://github.com/headspinio/appium-tizen-tv-driver/commit/e714314150bdc0ddaf4b5630e46ca11ee7649615)) +- **appium-tizen-tv-driver:** update dependency asyncbox to v3 ([#580](https://github.com/headspinio/appium-tizen-tv-driver/issues/580)) ([f98c768](https://github.com/headspinio/appium-tizen-tv-driver/commit/f98c7688b1150ecc4e0a3b361936c918a5a2025d)) + ## [0.9.1](https://github.com/headspinio/appium-tizen-tv-driver/compare/appium-tizen-tv-driver@0.9.0...appium-tizen-tv-driver@0.9.1) (2024-03-08) ### Bug Fixes diff --git a/packages/appium-tizen-tv-driver/package.json b/packages/appium-tizen-tv-driver/package.json index cfc03028..7a87aed4 100644 --- a/packages/appium-tizen-tv-driver/package.json +++ b/packages/appium-tizen-tv-driver/package.json @@ -9,7 +9,7 @@ "mobile", "mobile testing" ], - "version": "0.9.1", + "version": "0.10.0", "author": "Jonathan Lipps ", "license": "Apache-2.0", "repository": {