Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 187936b

Browse files
committedMar 22, 2025·
chore(master): release 3.4.5
1 parent dfd7bbb commit 187936b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.4.5](https://github.com/Koenkk/zigbee-herdsman/compare/v3.4.4...v3.4.5) (2025-03-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Green Power decryption when received via commissioning notif ([#1359](https://github.com/Koenkk/zigbee-herdsman/issues/1359)) ([504b25d](https://github.com/Koenkk/zigbee-herdsman/commit/504b25d62e71e9554fc9c6315909e83b16b215af))
9+
* **ignore:** update dependencies ([#1361](https://github.com/Koenkk/zigbee-herdsman/issues/1361)) ([dfd7bbb](https://github.com/Koenkk/zigbee-herdsman/commit/dfd7bbb226ff6b8c47b0e5b8eacd633681c6d624))
10+
311
## [3.4.4](https://github.com/Koenkk/zigbee-herdsman/compare/v3.4.3...v3.4.4) (2025-03-21)
412

513

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"clean": "rimraf temp coverage dist tsconfig.tsbuildinfo",
8787
"prepack": "pnpm run clean && pnpm run build"
8888
},
89-
"version": "3.4.4",
89+
"version": "3.4.5",
9090
"pnpm": {
9191
"onlyBuiltDependencies": [
9292
"@serialport/bindings-cpp",

0 commit comments

Comments
 (0)
Please sign in to comment.