Skip to content

Commit 079a8a3

Browse files
committed
chore(main): release 1.1.1
1 parent afca36d commit 079a8a3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/mdvorak/esphome-adaptive-lighting/compare/v1.1.0...v1.1.1) (2025-12-18)
4+
5+
6+
### Bug Fixes
7+
8+
* remove logging from set_sun and set_light in adaptive_lighting.h ([4a7f576](https://github.com/mdvorak/esphome-adaptive-lighting/commit/4a7f5764b65505106c66fc76aa34ea3a263ebb87))
9+
* reverted back min/max mireds logic ([71346d0](https://github.com/mdvorak/esphome-adaptive-lighting/commit/71346d04bbb962f54ddd6473af2f104a05300a40))
10+
311
## [1.1.0](https://github.com/mdvorak/esphome-adaptive-lighting/compare/v1.0.9...v1.1.0) (2025-12-17)
412

513

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma once
2-
#define ADAPTIVE_LIGHTING_VERSION "v1.1.0" // x-release-please-version
2+
#define ADAPTIVE_LIGHTING_VERSION "v1.1.1" // x-release-please-version

0 commit comments

Comments
 (0)