From 90ab458d5f69041c47765d41ab688dc3fe2f375e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Sun, 29 Oct 2017 09:30:13 +0100 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dddc9eea..d6e8f1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.0...v1.2.1) (2017-10-29) + + + # [1.2.0](https://github.com/UltimateHackingKeyboard/agent/compare/v1.0.1...v1.2.0) (2017-10-28) diff --git a/package-lock.json b/package-lock.json index 16b12a03..9c7c1532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f64c8a1..a728df63 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.0", + "version": "1.2.1", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",