From f71e52608efa5dbe0659d2dcafa295efe312ff07 Mon Sep 17 00:00:00 2001 From: eliassjogreen Date: Tue, 1 Dec 2020 17:24:44 +0100 Subject: [PATCH] chore: release 0.5.0 --- CHANGELOG.md | 62 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 044a765..75b0ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [0.4.8] - 2020-09-19 +## [0.5.0] - 2020-12-01 ### Bug Fixes @@ -76,33 +76,33 @@ and this project adheres to [Semantic Versioning]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html -[0.4.8]: https://github.com/eliassjogreen/deno_webview/compare/0.4.7...0.4.8 -[`8b2fb91`]: https://github.com/eliassjogreen/deno_webview/commit/8b2fb913ae7abab5ea955f20d66d886352e29fa3 -[`900c023`]: https://github.com/eliassjogreen/deno_webview/commit/900c02311f4e59d85209a72a2f18c0aee11dbb16 -[0.4.7]: https://github.com/eliassjogreen/deno_webview/compare/0.4.6...0.4.7 -[0.4.6]: https://github.com/eliassjogreen/deno_webview/compare/0.4.5...0.4.6 -[0.4.5]: https://github.com/eliassjogreen/deno_webview/compare/0.4.4...0.4.5 -[0.4.4]: https://github.com/eliassjogreen/deno_webview/compare/0.4.3...0.4.4 -[`4585e4b`]: https://github.com/eliassjogreen/deno_webview/commit/4585e4b9e078bc5a734c6651f73821f2dde41cef -[0.4.3]: https://github.com/eliassjogreen/deno_webview/compare/0.4.2...0.4.3 -[`20f0567`]: https://github.com/eliassjogreen/deno_webview/commit/20f05678e8765584fdf2f787ec9dfc82a3d86a05 -[0.4.2]: https://github.com/eliassjogreen/deno_webview/compare/0.4.1...0.4.2 -[`74f989f`]: https://github.com/eliassjogreen/deno_webview/commit/74f989f1777b9abfda8613bd28d2955b7723daf9 -[`6729fc2`]: https://github.com/eliassjogreen/deno_webview/commit/6729fc2a0b9cf1919f5562eb5b09f6922df297de -[`3f181de`]: https://github.com/eliassjogreen/deno_webview/commit/3f181ded9aaccd017e72e6fba419af07b24861b3 -[`f859467`]: https://github.com/eliassjogreen/deno_webview/commit/f859467bb009a174f9a65147b421da52c75980a5 -[0.4.1]: https://github.com/eliassjogreen/deno_webview/compare/0.4.0...0.4.1 -[0.4.0]: https://github.com/eliassjogreen/deno_webview/compare/0.3.3...0.4.0 -[0.3.3]: https://github.com/eliassjogreen/deno_webview/compare/0.3.2...0.3.3 -[0.3.2]: https://github.com/eliassjogreen/deno_webview/compare/0.3.1...0.3.2 -[0.3.1]: https://github.com/eliassjogreen/deno_webview/compare/0.3.0...0.3.1 -[0.3.0]: https://github.com/eliassjogreen/deno_webview/compare/0.2.2...0.3.0 -[0.2.2]: https://github.com/eliassjogreen/deno_webview/compare/0.2.1...0.2.2 -[0.2.1]: https://github.com/eliassjogreen/deno_webview/compare/0.2.0...0.2.1 -[0.2.0]: https://github.com/eliassjogreen/deno_webview/compare/0.1.2...0.2.0 -[0.1.2]: https://github.com/eliassjogreen/deno_webview/compare/0.1.1...0.1.2 -[`11baf05`]: https://github.com/eliassjogreen/deno_webview/commit/11baf05dfdc1581f92533a7cb98f390ee11ef6ce -[0.1.1]: https://github.com/eliassjogreen/deno_webview/compare/0.1.0...0.1.1 -[0.1.0]: https://github.com/eliassjogreen/deno_webview/compare/0.0.2...0.1.0 -[0.0.2]: https://github.com/eliassjogreen/deno_webview/compare/0.0.1...0.0.2 -[0.0.1]: https://github.com/eliassjogreen/deno_webview/compare/0.0.1 +[0.5.0]: https://github.com/webview/webview_deno/compare/0.4.7...0.5.0 +[`8b2fb91`]: https://github.com/webview/webview_deno/commit/8b2fb913ae7abab5ea955f20d66d886352e29fa3 +[`900c023`]: https://github.com/webview/webview_deno/commit/900c02311f4e59d85209a72a2f18c0aee11dbb16 +[0.4.7]: https://github.com/webview/webview_deno/compare/0.4.6...0.4.7 +[0.4.6]: https://github.com/webview/webview_deno/compare/0.4.5...0.4.6 +[0.4.5]: https://github.com/webview/webview_deno/compare/0.4.4...0.4.5 +[0.4.4]: https://github.com/webview/webview_deno/compare/0.4.3...0.4.4 +[`4585e4b`]: https://github.com/webview/webview_deno/commit/4585e4b9e078bc5a734c6651f73821f2dde41cef +[0.4.3]: https://github.com/webview/webview_deno/compare/0.4.2...0.4.3 +[`20f0567`]: https://github.com/webview/webview_deno/commit/20f05678e8765584fdf2f787ec9dfc82a3d86a05 +[0.4.2]: https://github.com/webview/webview_deno/compare/0.4.1...0.4.2 +[`74f989f`]: https://github.com/webview/webview_deno/commit/74f989f1777b9abfda8613bd28d2955b7723daf9 +[`6729fc2`]: https://github.com/webview/webview_deno/commit/6729fc2a0b9cf1919f5562eb5b09f6922df297de +[`3f181de`]: https://github.com/webview/webview_deno/commit/3f181ded9aaccd017e72e6fba419af07b24861b3 +[`f859467`]: https://github.com/webview/webview_deno/commit/f859467bb009a174f9a65147b421da52c75980a5 +[0.4.1]: https://github.com/webview/webview_deno/compare/0.4.0...0.4.1 +[0.4.0]: https://github.com/webview/webview_deno/compare/0.3.3...0.4.0 +[0.3.3]: https://github.com/webview/webview_deno/compare/0.3.2...0.3.3 +[0.3.2]: https://github.com/webview/webview_deno/compare/0.3.1...0.3.2 +[0.3.1]: https://github.com/webview/webview_deno/compare/0.3.0...0.3.1 +[0.3.0]: https://github.com/webview/webview_deno/compare/0.2.2...0.3.0 +[0.2.2]: https://github.com/webview/webview_deno/compare/0.2.1...0.2.2 +[0.2.1]: https://github.com/webview/webview_deno/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/webview/webview_deno/compare/0.1.2...0.2.0 +[0.1.2]: https://github.com/webview/webview_deno/compare/0.1.1...0.1.2 +[`11baf05`]: https://github.com/webview/webview_deno/commit/11baf05dfdc1581f92533a7cb98f390ee11ef6ce +[0.1.1]: https://github.com/webview/webview_deno/compare/0.1.0...0.1.1 +[0.1.0]: https://github.com/webview/webview_deno/compare/0.0.2...0.1.0 +[0.0.2]: https://github.com/webview/webview_deno/compare/0.0.1...0.0.2 +[0.0.1]: https://github.com/webview/webview_deno/compare/0.0.1