From 3313fad9e68f726a7d4046b3e8edead17d424c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Sat, 4 Nov 2017 17:40:33 +0100 Subject: [PATCH] chore(release): 1.3.1 --- 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 531d9aa1..78df4eff 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.3.1](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.0...v1.3.1) (2017-11-04) + + +### Bug Fixes + +* **config:** Remove userConfigurationLength from json serialization ([#490](https://github.com/UltimateHackingKeyboard/agent/issues/490)) ([d9417ea](https://github.com/UltimateHackingKeyboard/agent/commit/d9417ea)) + + + # [1.3.0](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.4...v1.3.0) (2017-11-04) diff --git a/package-lock.json b/package-lock.json index 68cbc838..8a4d70de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff1a411d..4acd9cd6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.3.0", + "version": "1.3.1", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",