diff --git a/CHANGELOG.md b/CHANGELOG.md index 1942c7d..997671b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.5.4] - 2020-12-02 + +### Features + +- webview.iter for handling events ([`ce18528`]) + ## [0.5.3] - 2020-12-02 ### Features @@ -90,6 +96,8 @@ 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.5.4]: https://github.com/webview/webview_deno/compare/0.5.3...0.5.4 +[`ce18528`]: https://github.com/webview/webview_deno/commit/ce18528abbdf1ac6df52e5272b6f56633cb36d73 [0.5.3]: https://github.com/webview/webview_deno/compare/0.5.2...0.5.3 [`050332f`]: https://github.com/webview/webview_deno/commit/050332f6362f58211002a8854740e8ee03e6092a [0.5.2]: https://github.com/webview/webview_deno/compare/0.5.1...0.5.2