From 9ce1302d463bb5dd9fd8c5646a4d199cef1c5c5c Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 17 Mar 2024 15:28:10 +0100 Subject: [PATCH] chore(master): release 0.38.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f522af416b..6985b9292ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.1" + ".": "0.38.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d206952d26..ae364cc9914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.38.2](https://github.com/Koenkk/zigbee-herdsman/compare/v0.38.1...v0.38.2) (2024-03-17) + + +### Bug Fixes + +* Added non-CSA-assigned manufacturer codes currently used ([#976](https://github.com/Koenkk/zigbee-herdsman/issues/976)) ([85447fb](https://github.com/Koenkk/zigbee-herdsman/commit/85447fbc839fd5d0b42fc7708c2b61486368b3f8)) +* Ember: workaround Aqara, Lumi devices not working properly ([#974](https://github.com/Koenkk/zigbee-herdsman/issues/974)) ([e3b17c2](https://github.com/Koenkk/zigbee-herdsman/commit/e3b17c2b2c833b5b80f7b4d70394fdfc627094d7)) +* Fix `transactionSequenceNumber` not logged with readResponse ([#981](https://github.com/Koenkk/zigbee-herdsman/issues/981)) ([778cbad](https://github.com/Koenkk/zigbee-herdsman/commit/778cbad85912189b7df629d6f2b3dce645616138)) +* **ignore:** update dependencies ([#980](https://github.com/Koenkk/zigbee-herdsman/issues/980)) ([f0b7f43](https://github.com/Koenkk/zigbee-herdsman/commit/f0b7f435f43538df338c685b5c407c896709f660)) + ## [0.38.1](https://github.com/Koenkk/zigbee-herdsman/compare/v0.38.0...v0.38.1) (2024-03-14) diff --git a/package-lock.json b/package-lock.json index b4af222e204..69a97690174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zigbee-herdsman", - "version": "0.38.1", + "version": "0.38.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zigbee-herdsman", - "version": "0.38.1", + "version": "0.38.2", "license": "MIT", "dependencies": { "@serialport/bindings-cpp": "^12.0.1", diff --git a/package.json b/package.json index 65e3d35d8c9..8ae916cc324 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "clean": "rimraf temp coverage dist", "prepack": "npm run clean && npm run build" }, - "version": "0.38.1", + "version": "0.38.2", "jest": { "coverageThreshold": { "global": {