From 25cef4841355896036276ffe24208b93e8bf66b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Mar 2023 13:33:07 +0000 Subject: [PATCH] chore(release): 2.7.1 [skip ci] ## [2.7.1](https://github.com/appium/appium-windows-driver/compare/v2.7.0...v2.7.1) (2023-03-04) ### Miscellaneous Chores * Move napi-based modules to optional dependencies ([#167](https://github.com/appium/appium-windows-driver/issues/167)) ([fe38687](https://github.com/appium/appium-windows-driver/commit/fe386871a73378330ec4fb10c9ef1c417f674728)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a073b..e5647b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.1](https://github.com/appium/appium-windows-driver/compare/v2.7.0...v2.7.1) (2023-03-04) + + +### Miscellaneous Chores + +* Move napi-based modules to optional dependencies ([#167](https://github.com/appium/appium-windows-driver/issues/167)) ([fe38687](https://github.com/appium/appium-windows-driver/commit/fe386871a73378330ec4fb10c9ef1c417f674728)) + ## [2.7.0](https://github.com/appium/appium-windows-driver/compare/v2.6.0...v2.7.0) (2023-02-19) diff --git a/package.json b/package.json index 35e3244..011af31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-windows-driver", - "version": "2.7.0", + "version": "2.7.1", "description": "Appium bridge to WinAppDriver", "keywords": [ "appium",