Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuebschen committed Jul 11, 2024
1 parent 31662d1 commit 891c58f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.1 (2024-07-11)

fixed navigation issues

### 1.0.0 (2024-06-14)

Initial release
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Benedikt Hübschen
Copyright (c) 2024 Benedikt Hübschen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion fab-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ window.customCards.push({
});

console.info(
'%c FAB-CARD \n%c Version: 1.0.0 ',
'%c FAB-CARD \n%c Version: 1.0.1 ',
'color: white; background: #db9834; font-weight: bold; padding: 5px 0;',
'color: white; background: #333; font-weight: bold; padding: 5px 0;',
);
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhuebschen/fab-card",
"version": "1.0.0",
"version": "1.0.1",
"description": "Floating ActionButton for Home Assistant Lovelace UI",
"main": "dist/fab-card.js",
"scripts": {
Expand Down

0 comments on commit 891c58f

Please sign in to comment.