diff --git a/CHANGELOG.md b/CHANGELOG.md index 04dd386c..713572b6 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.5](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.4...v1.3.5) (2017-11-07) + + +### Reverts + +* remove electron builder from package.json ([915aefe](https://github.com/UltimateHackingKeyboard/agent/commit/915aefe)) + + + ## [1.3.4](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.3...v1.3.4) (2017-11-06) diff --git a/package-lock.json b/package-lock.json index c6ea41a3..2771e013 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7182918..ad05a088 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.4", + "version": "1.3.5", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",