From 30890fca0d336d090a8eee0dbefcb219e8236abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Tue, 7 Nov 2017 23:25:40 +0100 Subject: [PATCH 1/2] ci: install yarn on travis osx --- scripts/release.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/release.js b/scripts/release.js index 487ea471..8d3d155c 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -40,6 +40,10 @@ if (!isReleaseCommit) { process.exit(0) } +if (process.platform === 'darwin') { + exec('brew install yarn --without-node'); +} + exec("yarn add electron-builder"); const path = require('path'); From e61f6ef106761ebda30379a32db4337c5e945667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Tue, 7 Nov 2017 23:26:06 +0100 Subject: [PATCH 2/2] chore(release): 1.3.7 --- 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 1985fe13..7bfcb40c 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.3.7](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.6...v1.3.7) (2017-11-07) + + + ## [1.3.6](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.5...v1.3.6) (2017-11-07) diff --git a/package-lock.json b/package-lock.json index 2c2f055d..5a90f227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.3.6", + "version": "1.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97703510..d2570b12 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.6", + "version": "1.3.7", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",