Skip to content

Commit d59a045

Browse files
authored
chore(master): release 2.1.7 (#1228)
1 parent cc7f479 commit d59a045

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.6"
2+
".": "2.1.7"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.7](https://github.com/Koenkk/zigbee-herdsman/compare/v2.1.6...v2.1.7) (2024-10-31)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove disappeared endpoints ([#1227](https://github.com/Koenkk/zigbee-herdsman/issues/1227)) ([cc7f479](https://github.com/Koenkk/zigbee-herdsman/commit/cc7f479168c049127e22171766617f84ee959559))
9+
310
## [2.1.6](https://github.com/Koenkk/zigbee-herdsman/compare/v2.1.5...v2.1.6) (2024-10-29)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"clean": "rimraf temp coverage dist",
9494
"prepack": "pnpm run clean && pnpm run build"
9595
},
96-
"version": "2.1.6",
96+
"version": "2.1.7",
9797
"jest": {
9898
"coverageThreshold": {
9999
"global": {

0 commit comments

Comments
 (0)