From 151030b232c86be99345c9e660b2c25e85bb3f91 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 6 Nov 2020 15:23:05 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9488d58..6d76ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.3.2 + +#### Bugfix: + +- Fix the MutationObserver with the debounce script (this actually did never work in this state). + +#### Cleanup: + +- Replace `slotDomElement` with Vue's `$el`. + +#### Chore: + +- Update packages (all packages with a dependency to `eslint` are currently breaking its package resolution in newer node and npm versions). + +--- + ## v0.3.1 #### Chore: