Skip to content

Commit

Permalink
Bump fimware version to 9.1.3 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Nov 10, 2022
1 parent 55f4531 commit c9171b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.

## [9.1.3] - 2022-11-10

Device Protocol: 4.8.0 | Module Protocol: 4.2.0 | User Config: 5.1.0 | Hardware Config: 1.0.0 | Smart Macros: 1.0.**2**

- Fix memory corruption in macro engine core which occasionally caused undefined behavior. `SMARTMACROS:PATCH`

## [9.1.2] - 2022-10-30

Device Protocol: 4.8.0 | Module Protocol: 4.2.0 | User Config: 5.1.0 | Hardware Config: 1.0.0 | Smart Macros: 1.0.**1**
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"commander": "^2.11.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "9.1.2",
"firmwareVersion": "9.1.3",
"deviceProtocolVersion": "4.8.0",
"moduleProtocolVersion": "4.2.0",
"userConfigVersion": "5.1.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "1.0.1",
"smartMacrosVersion": "1.0.2",
"devices": [
{
"deviceId": 1,
Expand Down

0 comments on commit c9171b1

Please sign in to comment.