Skip to content

Commit aa4ea5d

Browse files
chore(release): 3.4.1 [skip ci]
## [3.4.1](v3.4.0...v3.4.1) (2025-03-01) ### Bug Fixes * ci for hacs + readme ([ab22aee](ab22aee)) * hacs.json ([39eb418](39eb418)) * update hacs.json to use category instead of type ([19aeecd](19aeecd))
1 parent 5477293 commit aa4ea5d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
# [3.4.0](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/compare/v3.3.0...v3.4.0) (2025-03-01)
211

312

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "lovelace-calendar-heatmap-card",
33
"name": "Lovelace Calendar Heatmap Card",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"documentation": "https://github.com/MagicMicky/lovelace-calendar-heatmap-card",
66
"description": "A Lovelace custom card for Home Assistant showing a calendar heatmap of game activity.",
77
"dependencies": [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calendar-heatmap-card",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "A Lovelace custom card for Home Assistant showing a calendar heatmap of game activity.",
55
"main": "dist/calendar-heatmap-card.js",
66
"module": "dist/calendar-heatmap-card.js",

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Current version of the card
1010
* @type {string}
1111
*/
12-
export const CARD_VERSION = '3.4.0';
12+
export const CARD_VERSION = '3.4.1';
1313

1414
/**
1515
* Material Design inspired color palette for heatmap

0 commit comments

Comments
 (0)