Update changelog and package.json

This commit is contained in:
László Monda
2017-10-13 22:58:26 +02:00
parent 0b120a3286
commit 4563d26a5c
2 changed files with 10 additions and 3 deletions

View File

@@ -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/) 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. and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
## [2.1.0] - 2017-10-13
Data Model: 1.0.0 (unchanged) | USB Protocol: 1.2.0 (minor bump) | Slave Protocol: 2.1.0 (minor bump)
- Add jumpToSlaveBootloader USB and slave protocol command. `USBPROTOCOL:MINOR` `SLAVEPROTOCOL:MINOR`
- Fix generic HID descriptor enumeration error.
## [2.0.0] - 2017-10-10 ## [2.0.0] - 2017-10-10
Data Model: 1.0.0 (unchanged) | USB Protocol: 1.1.0 (minor bump) | Slave Protocol: 2.0.0 (major bump) Data Model: 1.0.0 (unchanged) | USB Protocol: 1.1.0 (minor bump) | Slave Protocol: 2.0.0 (major bump)

View File

@@ -11,8 +11,8 @@
"bugs": { "bugs": {
"url": "https://github.com/UltimateHackingKeyboard/firmware/issues" "url": "https://github.com/UltimateHackingKeyboard/firmware/issues"
}, },
"version": "2.0.0", "version": "2.1.0",
"dataModelVersion": "1.0.0", "dataModelVersion": "1.0.0",
"usbProtocolVersion": "1.1.0", "usbProtocolVersion": "1.2.0",
"slaveProtocolVersion": "2.0.0" "slaveProtocolVersion": "2.1.0"
} }