diff --git a/CHANGELOG.md b/CHANGELOG.md index b92e5e3..33ee9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/chilikla/yerushamayim-card/compare/v1.4.2...v1.4.3) (2024-11-30) + + +### Bug Fixes + +* yesteraday line [#2](https://github.com/chilikla/yerushamayim-card/issues/2) ([b13e8fa](https://github.com/chilikla/yerushamayim-card/commit/b13e8fadfeadf3de8d4c8e5423a55405d3b36ef8)) + ## [1.4.2](https://github.com/chilikla/yerushamayim-card/compare/v1.4.1...v1.4.2) (2024-11-30) diff --git a/package-lock.json b/package-lock.json index 7f07f02..ce5cf93 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yerushamayim", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yerushamayim", - "version": "1.4.2", + "version": "1.4.3", "license": "ISC", "dependencies": { "lit": "^2.3.1" diff --git a/package.json b/package.json index 7413359..13036c8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yerushamayim-card", - "version": "1.4.2", + "version": "1.4.3", "description": "Unofficial Yerushamayim Home Assistant dashboard card for the unofficial Yerushamayim integration", "main": "yerushamayim-card.js", "scripts": {