Skip to content

Commit

Permalink
Bump version to 10.3.1 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Oct 13, 2023
1 parent ce37e64 commit 5e88531
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.

## [10.3.1] - 2023-10-13

Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 6.0.0 | Hardware Config: 1.0.0 | Smart Macros: 2.1.**1**

- Fix the `&&` macro command. `SMARTMACROS:PATCH`
- Fix the `setLedTxt` macro command to consume parameters correctly. `SMARTMACROS:PATCH`

## [10.3.0] - 2023-10-01

Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 6.0.0 | Hardware Config: 1.0.0 | Smart Macros: 2.**1.0**
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"md5": "2.3.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "10.3.0",
"firmwareVersion": "10.3.1",
"deviceProtocolVersion": "4.10.0",
"moduleProtocolVersion": "4.3.0",
"userConfigVersion": "6.0.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "2.1.0",
"smartMacrosVersion": "2.1.1",
"devices": [
{
"deviceId": 1,
Expand Down

0 comments on commit 5e88531

Please sign in to comment.