File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.4.1] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/compare/v3.4.0...v3.4.1 ) (2025-03-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ci for hacs + readme ([ ab22aee] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/ab22aee83f342ff2837ebac9b8ce20f7e71dd370 ) )
7
+ * hacs.json ([ 39eb418] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/39eb418b0c2653ab8e861f80b039a8800e1e8f89 ) )
8
+ * update hacs.json to use category instead of type ([ 19aeecd] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/19aeecde3efe14c6dc4681622dddeb2a4d1415a9 ) )
9
+
1
10
# [ 3.4.0] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/compare/v3.3.0...v3.4.0 ) (2025-03-01)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " lovelace-calendar-heatmap-card" ,
3
3
"name" : " Lovelace Calendar Heatmap Card" ,
4
- "version" : " 3.4.0 " ,
4
+ "version" : " 3.4.1 " ,
5
5
"documentation" : " https://github.com/MagicMicky/lovelace-calendar-heatmap-card" ,
6
6
"description" : " A Lovelace custom card for Home Assistant showing a calendar heatmap of game activity." ,
7
7
"dependencies" : [],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " calendar-heatmap-card" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " A Lovelace custom card for Home Assistant showing a calendar heatmap of game activity." ,
5
5
"main" : " dist/calendar-heatmap-card.js" ,
6
6
"module" : " dist/calendar-heatmap-card.js" ,
Original file line number Diff line number Diff line change 9
9
* Current version of the card
10
10
* @type {string }
11
11
*/
12
- export const CARD_VERSION = '3.4.0 ' ;
12
+ export const CARD_VERSION = '3.4.1 ' ;
13
13
14
14
/**
15
15
* Material Design inspired color palette for heatmap
You can’t perform that action at this time.
0 commit comments