From 5c06616dc445158b594adec021e1a54f1942f531 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Aug 2023 06:39:05 +0000 Subject: [PATCH] chore(release): 3.5.0 [skip ci] ## [3.5.0](https://github.com/appium/appium-safari-driver/compare/v3.4.0...v3.5.0) (2023-08-18) ### Features * Switch babel to typescript ([#65](https://github.com/appium/appium-safari-driver/issues/65)) ([e49d833](https://github.com/appium/appium-safari-driver/commit/e49d833c5d3b7d7dd52a9e36f4ee602eb0952c49)) ### Miscellaneous Chores * **deps-dev:** bump lint-staged from 13.3.0 to 14.0.0 ([#64](https://github.com/appium/appium-safari-driver/issues/64)) ([67a4e75](https://github.com/appium/appium-safari-driver/commit/67a4e75606122166ad206a4ced07491b9a7fac86)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a106a33..69a68a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.5.0](https://github.com/appium/appium-safari-driver/compare/v3.4.0...v3.5.0) (2023-08-18) + + +### Features + +* Switch babel to typescript ([#65](https://github.com/appium/appium-safari-driver/issues/65)) ([e49d833](https://github.com/appium/appium-safari-driver/commit/e49d833c5d3b7d7dd52a9e36f4ee602eb0952c49)) + + +### Miscellaneous Chores + +* **deps-dev:** bump lint-staged from 13.3.0 to 14.0.0 ([#64](https://github.com/appium/appium-safari-driver/issues/64)) ([67a4e75](https://github.com/appium/appium-safari-driver/commit/67a4e75606122166ad206a4ced07491b9a7fac86)) + ## [3.4.0](https://github.com/appium/appium-safari-driver/compare/v3.3.4...v3.4.0) (2023-07-14) diff --git a/package.json b/package.json index dabca81..a53444d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "appium", "safari" ], - "version": "3.4.0", + "version": "3.5.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {