chore(release): 1.3.0
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
<a name="1.3.0"></a>
|
||||||
|
# [1.3.0](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.4...v1.3.0) (2017-11-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **config:** Add userConfigurationLength to the user-config.json ([ea70085](https://github.com/UltimateHackingKeyboard/agent/commit/ea70085))
|
||||||
|
* **usb:** user-config-json-to-bin compile ([009dd8e](https://github.com/UltimateHackingKeyboard/agent/commit/009dd8e))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **device:** Read only filled user configuration and fix app close on mac ([#486](https://github.com/UltimateHackingKeyboard/agent/issues/486)) ([0c30ecc](https://github.com/UltimateHackingKeyboard/agent/commit/0c30ecc))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="1.2.4"></a>
|
<a name="1.2.4"></a>
|
||||||
## [1.2.4](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.3...v1.2.4) (2017-10-30)
|
## [1.2.4](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.3...v1.2.4) (2017-10-30)
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "uhk-agent",
|
"name": "uhk-agent",
|
||||||
"version": "1.2.4",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"author": "Ultimate Gadget Laboratories",
|
"author": "Ultimate Gadget Laboratories",
|
||||||
"main": "electron/dist/electron-main.js",
|
"main": "electron/dist/electron-main.js",
|
||||||
"version": "1.2.4",
|
"version": "1.3.0",
|
||||||
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
|
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user