Skip to content

Commit

Permalink
chore(release): release 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and muhlba91 committed Oct 17, 2024
1 parent 10c8e35 commit b276b56
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.2.0"
".": "10.2.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## [10.2.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.2.0...v10.2.1) (2024-10-17)


### Bug Fixes

* do not rely on order of keyframes and sum up their duration and delay ([10c8e35](https://github.com/muhlba91/onyx-homeassistant-integration/commit/10c8e359c8c0c4ba4e34e48674b14ba4d58adf17))


### Miscellaneous Chores

* **deps:** update dependency coverage to v7.6.3 ([c70c467](https://github.com/muhlba91/onyx-homeassistant-integration/commit/c70c4673388b663908df9b1ee88ca3b61cc524e5))

## [10.2.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.1.0...v10.2.0) (2024-10-13)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/hella_onyx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"@muhlba91"
],
"iot_class": "cloud_polling",
"version": "10.2.0"
"version": "10.2.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "onyx-homeassistant-integration"
version = "10.2.0"
version = "10.2.1"
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
license = "MIT"
authors = [
Expand Down

0 comments on commit b276b56

Please sign in to comment.