Skip to content

Commit

Permalink
v4.4.16 (attempt 2) (#717)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron <[email protected]>
* Fixed duplicates in package.json
* Pulls new broadlinkjs-rm to remove locked device logic bug
  • Loading branch information
kiwi-cam authored Jul 9, 2024
1 parent f9e6147 commit 9ac2cd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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).

## [4.4.16 - 2023-07-07]
## [4.4.16 - 2023-07-10]
### Fixed
- Fix for wrong command being sent or no command sent in certain circumstances #669 (Thanks @seidnerj)
- Added 0xd7 command for RF 315Mhz
- Incorporates fixes from broadlinkjs-rm (https://github.com/kiwi-cam/broadlinkjs-rm/releases/tag/v0.9.20)
- Fixed dependancy issue in package.json

## [4.4.15] - 2023-07-27
### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"await-semaphore": "^0.1.3",
"kiwicam-broadlinkjs-rm": "^0.9.20",
"kiwicam-broadlinkjs-rm": "^0.9.21",
"chai": "^4.3.7",
"fakegato-history": "^0.6.4",
"find-key": "^2.1.3",
Expand Down

0 comments on commit 9ac2cd2

Please sign in to comment.