diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e88d0..1601f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 15.5.0 + +- Bugfix for custom elements where modifications to child elements in connectedCallback would trigger a new instance of the custom element being created and that ones connectedCallback being invoked + ## 15.4.0 - Add load() method to audio element diff --git a/package.json b/package.json index 0228a24..92043b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressen/tallahassee", - "version": "15.4.0", + "version": "15.5.0", "description": "Lightweight client testing framework", "main": "index.js", "license": "BSD-3-Clause",