Skip to content

Commit 8477117

Browse files
chore(release): release 11.1.1
1 parent 4874649 commit 8477117

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-
".": "11.1.0"
2+
".": "11.1.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+
## [11.1.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v11.1.0...v11.1.1) (2025-08-27)
5+
6+
7+
### Miscellaneous Chores
8+
9+
* **deps:** update actions/dependency-review-action action to v4.7.2 ([fdbcbc6](https://github.com/muhlba91/onyx-homeassistant-integration/commit/fdbcbc66584885fba74d9550cd4a14ca2b6c74f0))
10+
* **deps:** update actions/dependency-review-action action to v4.7.3 ([4874649](https://github.com/muhlba91/onyx-homeassistant-integration/commit/4874649806d075998bafb4eeb88e0ef24ffe1034))
11+
* **deps:** update dependency coverage to v7.10.5 ([74fc9ff](https://github.com/muhlba91/onyx-homeassistant-integration/commit/74fc9ffaaf1da89f997e10c1c40f743bc2b24e25))
12+
* **deps:** update dependency ruff to v0.12.10 ([8e8eb29](https://github.com/muhlba91/onyx-homeassistant-integration/commit/8e8eb295987de323d165ac83ffc1865ef465ce2c))
13+
* **deps:** update github/codeql-action action to v3.29.10 ([c06a4c7](https://github.com/muhlba91/onyx-homeassistant-integration/commit/c06a4c7c474669829656ac91d9b1f60e93ab4fbb))
14+
* **deps:** update github/codeql-action action to v3.29.11 ([e4b796e](https://github.com/muhlba91/onyx-homeassistant-integration/commit/e4b796ed6e06cfd6835206b8d9144150f93f2952))
15+
416
## [11.1.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v11.0.0...v11.1.0) (2025-08-17)
517

618

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"@muhlba91"
1717
],
1818
"iot_class": "cloud_polling",
19-
"version": "11.1.0"
19+
"version": "11.1.1"
2020
}

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 = "11.1.0"
7+
version = "11.1.1"
88
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)