Skip to content

Commit

Permalink
release v3.4.5, fix #184
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Dec 5, 2024
1 parent b46a295 commit 1523ef8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- do not configure it manually, always using Config UI X
- required Homebridge v2.0.0 and above

## [3.4.4] - (05.12.2024)

## Changes

- fix [#184](https://github.com/grzegorz914/homebridge-melcloud-control/issues/184)
- bump deependemcies

## [3.4.3] - (02.12.2024)

## Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "MELCloud Control",
"name": "homebridge-melcloud-control",
"version": "3.4.3",
"version": "3.4.4",
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
"license": "MIT",
"author": "grzegorz914",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.0.0",
"async-mqtt": "^2.6.3",
"axios": "^1.7.8",
"axios": "^1.7.9",
"express": "^4.21.1"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/melclouderv.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { promises as fsPromises } from 'fs';
import { Agent } from 'https';
import axios from 'axios';
import EventEmitter from 'events';
import ImpulseGenerator from './impulsegenerator.js';
Expand Down

0 comments on commit 1523ef8

Please sign in to comment.