Skip to content

Commit b276b56

Browse files
github-actions[bot]muhlba91
authored andcommitted
chore(release): release 10.2.1
1 parent 10c8e35 commit b276b56

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.2.0"
2+
".": "10.2.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [10.2.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.2.0...v10.2.1) (2024-10-17)
5+
6+
7+
### Bug Fixes
8+
9+
* do not rely on order of keyframes and sum up their duration and delay ([10c8e35](https://github.com/muhlba91/onyx-homeassistant-integration/commit/10c8e359c8c0c4ba4e34e48674b14ba4d58adf17))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **deps:** update dependency coverage to v7.6.3 ([c70c467](https://github.com/muhlba91/onyx-homeassistant-integration/commit/c70c4673388b663908df9b1ee88ca3b61cc524e5))
15+
416
## [10.2.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.1.0...v10.2.0) (2024-10-13)
517

618

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"@muhlba91"
1616
],
1717
"iot_class": "cloud_polling",
18-
"version": "10.2.0"
18+
"version": "10.2.1"
1919
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "onyx-homeassistant-integration"
7-
version = "10.2.0"
7+
version = "10.2.1"
88
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)