Skip to content

Commit

Permalink
2024.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Jun 29, 2024
1 parent c913007 commit 30e4f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
## What's Changed
* Select entities with friendly name by @bzzim in https://github.com/matt8707/ha-fusion/pull/463
* Update eslint by @matt8707 in https://github.com/matt8707/ha-fusion/pull/493
* Hide header if empty by @matt8707 in https://github.com/matt8707/ha-fusion/pull/494
* Update youtube addon by @matt8707 in https://github.com/matt8707/ha-fusion/pull/500
* Add settings version check by @matt8707 in https://github.com/matt8707/ha-fusion/pull/501
* Update markdown by @matt8707 in https://github.com/matt8707/ha-fusion/pull/502
* Fix playing conditional media by @matt8707 in https://github.com/matt8707/ha-fusion/pull/503
* Add scenes section type by @matt8707 in https://github.com/matt8707/ha-fusion/pull/504
* Remove polyfill.io security issue close #511 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/512

## New Contributors
* @bzzim made their first contribution in https://github.com/matt8707/ha-fusion/pull/463

**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.5.3...2024.6.0
**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.6.0...2024.6.1
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# required configuration options
name: Fusion
version: 2024.6.0
version: 2024.6.1
slug: ha_fusion
description: A modern, easy-to-use and performant custom Home Assistant dashboard
arch:
Expand Down

0 comments on commit 30e4f9b

Please sign in to comment.