Skip to content

Commit 9be5878

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2025-03-01) ### Bug Fixes * believe AI overlords ([6b74db3](6b74db3)) * fix prettier vs eslint ([924d6a0](924d6a0)) * lint ([899a587](899a587)) ### Features * automatic build ([5777296](5777296)) * fix linting issues and setup pre-commit hooks ([7326378](7326378))
1 parent 8aa2e9b commit 9be5878

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.4.0](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/compare/v3.3.0...v3.4.0) (2025-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* believe AI overlords ([6b74db3](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/6b74db3af7f21b04900037dcc4b95135bea316b7))
7+
* fix prettier vs eslint ([924d6a0](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/924d6a0837048fbdf931ee4b770453cea96c4e13))
8+
* lint ([899a587](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/899a5872a9317d4fa776117a2033fbb2c21ebd10))
9+
10+
11+
### Features
12+
13+
* automatic build ([5777296](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/5777296c50fec4e2f0db30d323dbc56e1f8558a6))
14+
* fix linting issues and setup pre-commit hooks ([7326378](https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/73263787cd06ad859ccc99ee55f2414fb5b83b98))
15+
116
# Changelog
217

318
All notable changes to the Calendar Heatmap Card will be documented in this file.
@@ -42,4 +57,4 @@ All notable changes to the Calendar Heatmap Card will be documented in this file
4257
### Added
4358
- Initial release
4459
- Basic calendar heatmap functionality
45-
- Support for tracking game activity
60+
- Support for tracking game activity

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"domain": "lovelace-calendar-heatmap-card",
33
"name": "Lovelace Calendar Heatmap Card",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
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": [],
8-
"codeowners": ["@MagicMicky"],
8+
"codeowners": [
9+
"@MagicMicky"
10+
],
911
"type": "plugin",
1012
"render_readme": true,
1113
"homeassistant": "2023.8.0",

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.3.0",
3+
"version": "3.4.0",
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.3.0';
12+
export const CARD_VERSION = '3.4.0';
1313

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

0 commit comments

Comments
 (0)