Skip to content

Commit

Permalink
chore(release): release 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent 4e2227f commit 2347b19
Show file tree
Hide file tree
Showing 4 changed files with 24 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 @@
{
".": "11.0.0"
".": "11.0.1"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## [11.0.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v11.0.0...v11.0.1) (2024-12-20)


### Miscellaneous Chores

* **deps:** update actions/upload-artifact action to v4.5.0 ([570a0e0](https://github.com/muhlba91/onyx-homeassistant-integration/commit/570a0e0acb1f657cecb6c44b971f147d60a10748))
* **deps:** update dependency homeassistant to v2024.12.2 ([ded1bb4](https://github.com/muhlba91/onyx-homeassistant-integration/commit/ded1bb4aa9f91fc5f998ce0f4a05c20d08651c02))
* **deps:** update dependency homeassistant to v2024.12.3 ([9e055a7](https://github.com/muhlba91/onyx-homeassistant-integration/commit/9e055a74b7d34a81407fa6e3cbbf69f67416d13b))
* **deps:** update dependency homeassistant to v2024.12.4 ([fc58d89](https://github.com/muhlba91/onyx-homeassistant-integration/commit/fc58d89473f3490869186d7979e64ec1cd2c5da0))
* **deps:** update dependency homeassistant to v2024.12.5 ([0c20f17](https://github.com/muhlba91/onyx-homeassistant-integration/commit/0c20f175d3976725963d93ade817bbffbc8a6366))
* **deps:** update dependency ruff to v0.8.3 ([83ac19b](https://github.com/muhlba91/onyx-homeassistant-integration/commit/83ac19bd87ec1532d83fc18e54fba11409d82d44))
* **deps:** update dependency ruff to v0.8.4 ([31089fb](https://github.com/muhlba91/onyx-homeassistant-integration/commit/31089fb4501326569849765d1eaa56dc3246fcbb))
* **deps:** update github/codeql-action action to v3.27.7 ([f92054a](https://github.com/muhlba91/onyx-homeassistant-integration/commit/f92054a16e189a7c8af011f06929b12bc2d76b8f))
* **deps:** update github/codeql-action action to v3.27.8 ([3b087dd](https://github.com/muhlba91/onyx-homeassistant-integration/commit/3b087ddc7651c87a38b262e2f4d08f14f1c99c97))
* **deps:** update github/codeql-action action to v3.27.9 ([b798a6f](https://github.com/muhlba91/onyx-homeassistant-integration/commit/b798a6fa7f5bd6630e4dd60ce2c3c694bfb7470d))
* **deps:** update github/codeql-action action to v3.28.0 ([b7f8753](https://github.com/muhlba91/onyx-homeassistant-integration/commit/b7f875339649fed47b3d62be6a0f943814f74139))
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.3 ([788fc6a](https://github.com/muhlba91/onyx-homeassistant-integration/commit/788fc6a534b579c28817cb02cdfc930bbda0ae71))
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.4 ([a1b725a](https://github.com/muhlba91/onyx-homeassistant-integration/commit/a1b725a4082edd7d55c16db237b09db5ae3ab0cf))
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.21.3 ([3a784db](https://github.com/muhlba91/onyx-homeassistant-integration/commit/3a784db4365a284f576db15c9ef31b928ecd95f5))
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.22.0 ([4e2227f](https://github.com/muhlba91/onyx-homeassistant-integration/commit/4e2227f078246c9cb5bf4215db8dd74ed7ad84bf))

## [11.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.4.1...v11.0.0) (2024-12-07)


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 @@ -16,5 +16,5 @@
"@muhlba91"
],
"iot_class": "cloud_polling",
"version": "11.0.0"
"version": "11.0.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 = "11.0.0"
version = "11.0.1"
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
license = "MIT"
authors = [
Expand Down

0 comments on commit 2347b19

Please sign in to comment.