From 5318b2a2e16e1190412ea4ba47f1523d79949b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Mon, 30 Oct 2017 20:36:07 +0100 Subject: [PATCH] chore(release): 1.2.4 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e609fff1..38c8b167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [1.2.4](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.3...v1.2.4) (2017-10-30) + + +### Bug Fixes + +* **usb:** remove extra first 0 from USB transfer data ([1f634f9](https://github.com/UltimateHackingKeyboard/agent/commit/1f634f9)) + + + ## [1.2.3](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.2...v1.2.3) (2017-10-29) diff --git a/package-lock.json b/package-lock.json index d4488042..b6b08b52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 364c8277..0290d0ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "uhk-agent", "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.2.3", + "version": "1.2.4", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",