From d88c7280de34499720d7437ec49fb500b30c2758 Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Sun, 24 Sep 2023 11:45:27 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3e49f..78a8c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: -- Add null support for `data` property of `InputEvent` (#21) New features: @@ -13,6 +12,11 @@ Bugfixes: Other improvements: +## [v5.0.0](https://github.com/purescript-web/purescript-web-uievents/releases/tag/v5.0.0) - 2023-09-24 + +Breaking changes: +- Add null support for `data` property of `InputEvent` (#21 by @kobijones111529) + ## [v4.1.0](https://github.com/purescript-web/purescript-web-uievents/releases/tag/v4.1.0) - 2023-09-24 New features: