diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d13bf..06e92d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.19](https://github.com/chilikla/yerushamayim-card/compare/v1.3.18...v1.3.19) (2024-11-26) + + +### Bug Fixes + +* click behavior [#2](https://github.com/chilikla/yerushamayim-card/issues/2) ([4a4d288](https://github.com/chilikla/yerushamayim-card/commit/4a4d288201b64c774acd9e16147c7a9fa9da2361)) + ## [1.3.18](https://github.com/chilikla/yerushamayim-card/compare/v1.3.17...v1.3.18) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index b1d55fc..9179c71 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yerushamayim", - "version": "1.3.18", + "version": "1.3.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yerushamayim", - "version": "1.3.18", + "version": "1.3.19", "license": "ISC", "dependencies": { "lit": "^2.3.1" diff --git a/package.json b/package.json index 95e3544..6a83643 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yerushamayim-card", - "version": "1.3.18", + "version": "1.3.19", "description": "Unofficial Yerushamayim Home Assistant dashboard card for the unofficial Yerushamayim integration", "main": "yerushamayim-card.js", "scripts": {