Skip to content

Commit 01cf340

Browse files
committed
chore(master): release 26.82.0
1 parent bb0e118 commit 01cf340

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [26.82.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v26.81.0...v26.82.0) (2026-07-12)
4+
5+
6+
### Features
7+
8+
* Shelly WS90: expose battery voltage ([#12670](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12670)) ([f8b3e7f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f8b3e7f897098dfa6f99f83bb5fef81f641dccda))
9+
10+
11+
### Bug Fixes
12+
13+
* Change action_transition_time unit to seconds ([#12675](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12675)) ([bb0e118](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bb0e118c3700750fe46deffc7c18378d1bc195e6))
14+
* **ignore:** bump the minor-patch group with 2 updates ([#12672](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12672)) ([f1531c7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f1531c731fac5eac717e3ddd307ad954aa226d13))
15+
* **ignore:** bump typescript from 6.0.3 to 7.0.2 ([#12673](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12673)) ([2fd4062](https://github.com/Koenkk/zigbee-herdsman-converters/commit/2fd406296440d35de075ab37fd2d8f7a4896969c))
16+
* Paul Neuhaus lights: fix color and temperature control ([#12668](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12668)) ([33101b1](https://github.com/Koenkk/zigbee-herdsman-converters/commit/33101b133bff1921b16979acc2c4e4fa8323e1a7))
17+
318
## [26.81.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v26.80.0...v26.81.0) (2026-07-11)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zigbee-herdsman-converters",
3-
"version": "26.81.0",
3+
"version": "26.82.0",
44
"description": "Collection of device converters to be used with zigbee-herdsman",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)