From 6a0d11aed4022f7214c10eebaa56b4275f990164 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 16:43:52 +0000 Subject: [PATCH] chore: release 2.2.0 --- CHANGELOG.md | 9 +++++++++ version.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ba00..22dce94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.0](https://www.github.com/mattpodraza/webview2/compare/v2.1.1...v2.2.0) (2021-05-16) + + +### Features + +* add a Handle function that returns the window handle for better control of the window outside of this package. ([b64a658](https://www.github.com/mattpodraza/webview2/commit/b64a65832852d1f04c370992c076a8c79ee4ba23)) +* add Minimize, Restore, and Maximize window functions. ([b64a658](https://www.github.com/mattpodraza/webview2/commit/b64a65832852d1f04c370992c076a8c79ee4ba23)) +* add support for the rest of WebView settings ([0720c85](https://www.github.com/mattpodraza/webview2/commit/0720c85c729100c8b441118e89a6555406a24c4a)) + ### [2.1.1](https://www.github.com/mattpodraza/webview2/compare/v2.1.0...v2.1.1) (2021-05-16) diff --git a/version.txt b/version.txt index 3e3c2f1..ccbccc3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.1 +2.2.0