Bump version to 6.0.0, update changelog and package.json

This commit is contained in:
László Monda
2017-12-12 18:44:12 +01:00
parent 28f98f179a
commit a52df9da7e
2 changed files with 10 additions and 2 deletions

View File

@@ -5,6 +5,14 @@ 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.
## [6.0.0] - 2017-12-12
Data Model: 4.0.0 (unchanged) | USB Protocol: 3.0.0 (major bump) | Slave Protocol: 3.0.0 (unchanged)
- Change the value of almost every USB protocol commands because there were unused intervals between them. `USBPROTOCOL:MAJOR`
- Disable LED display icons by default.
- Update LED brightness levels upon applying the configuration.
## [5.0.1] - 2017-12-09
Data Model: 4.0.0 (unchanged) | USB Protocol: 2.0.0 (unchanged) | Slave Protocol: 3.0.0 (unchanged)

View File

@@ -15,9 +15,9 @@
"commander": "^2.11.0",
"shelljs": "^0.7.8"
},
"version": "5.0.1",
"version": "6.0.0",
"dataModelVersion": "4.0.0",
"usbProtocolVersion": "2.0.0",
"usbProtocolVersion": "3.0.0",
"slaveProtocolVersion": "3.0.0",
"devices": [
{