diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1e1e1..7ae37b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.4.13] - 2023-06-19 ### Added - w1 and file temperatures will return a battery level of 100 if none found ### Fixed @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Serializes the simultaneous IR/RF commands. (Thanks @banboobee) #520 - Updated dependancies to resolve known vulnerabilities -## [4.4.12] - 2022-06-08 +## [4.4.12] - 2023-05-24 ### Added - Added tempStepSize to configuration (defaulting to 1) to allow AC units with 0.5 steps (Thanks @nasudon) #570 - Added support for fahrenheit temperature sources #495 - set tempSourceUnits to 'F' diff --git a/package-lock.json b/package-lock.json index f325c35..2f13859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-broadlink-rm-pro", - "version": "4.4.13-beta.4", + "version": "4.4.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-broadlink-rm-pro", - "version": "4.4.13-beta.4", + "version": "4.4.13", "license": "ISC", "dependencies": { "await-semaphore": "^0.1.3", diff --git a/package.json b/package.json index b9b9096..bb1d83e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-broadlink-rm-pro", "displayName": "Homebridge Broadlink RM Pro", - "version": "4.4.13-beta.4", + "version": "4.4.13", "description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features", "license": "ISC", "scripts": {