Skip to content

Commit

Permalink
version 15.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelabrahamsson committed Dec 14, 2023
1 parent f5d79b1 commit 38bc22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 38bc22f

Please sign in to comment.