Skip to content

Commit

Permalink
Merge pull request #48 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.1.8
  • Loading branch information
Luligu authored Jul 23, 2024
2 parents fca046a + 9cd9a57 commit fc29b43
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ If you like this project and find it useful, please consider giving it a star on

All notable changes to this project will be documented in this file.

## [2.1.8] - 2024-07-12

### Changed

- [z2m]: Updated matterbridge imports.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [2.1.7] - 2024-07-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-zigbee2mqtt",
"version": "2.1.7",
"version": "2.1.8",
"description": "Matterbridge zigbee2mqtt plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ import {
} from 'matterbridge';
import { EveHistory } from 'matterbridge/history';
import { AnsiLogger, TimestampFormat, gn, dn, ign, idn, rs, db, wr, debugStringify, hk, zb, or, nf } from 'matterbridge/logger';
import { deepCopy, deepEqual } from 'matterbridge/utils/utils';
import * as color from 'matterbridge/utils/colorUtils';
import { deepCopy, deepEqual } from 'matterbridge/utils';
import * as color from 'matterbridge/utils';

import EventEmitter from 'events';
import { hostname } from 'os';
Expand Down
3 changes: 2 additions & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
* limitations under the License. *
*/

import { BridgedDeviceBasicInformationCluster, DoorLock, DoorLockCluster, Matterbridge, MatterbridgeDevice, MatterbridgeDynamicPlatform, PlatformConfig, waiter } from 'matterbridge';
import { BridgedDeviceBasicInformationCluster, DoorLock, DoorLockCluster, Matterbridge, MatterbridgeDevice, MatterbridgeDynamicPlatform, PlatformConfig } from 'matterbridge';
import { AnsiLogger, dn, gn, db, wr, zb, payloadStringify, rs, debugStringify, CYAN } from 'matterbridge/logger';
import { waiter } from 'matterbridge/utils';

import path from 'path';

Expand Down

0 comments on commit fc29b43

Please sign in to comment.