diff --git a/.travis.yml b/.travis.yml index ee7dbc8..3002eb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ jobs: provider: npm email: '$NPM_EMAIL' api_key: '$NPM_TOKEN' - tag: beta + # tag: beta on: tags: true edge: true @@ -26,7 +26,7 @@ jobs: provider: releases api_key: $GITHUB_OAUTH_TOKEN cleanup: true - prerelease: true + # prerelease: true name: $TRAVIS_TAG on: tags: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc1373..38603ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,11 @@ All notable changes to this project will be documented in this file. -## 1.6.0(beta3) - -- [WorkInProgress] This plugin slows down Homebridge / socket closed messages #387 - -## 1.6.0(beta2) - -- [WorkInProgress] Switching activities powers off activity #395 -- [WorkInProgress] This plugin slows down Homebridge / socket closed messages #387 - -## 1.6.0(beta) +## 1.6.0 +- [FIX] This plugin slows down Homebridge / socket closed messages #387 #380 +- [FIX] Switching activities powers off activity #395 - [NEW] Option for sorting activities either alphabetically or by activity order in harmony conf or by activitiesToPublishAsInputForTVMode option order (thx to @alapitz PR - Sort the activities alphabetically #384) -- [FIX] trying to fix slow response message. Socket closed warning can still occur, but should reconnect and not block the bridge ## 1.5.4 diff --git a/package.json b/package.json index 53cb766..d45be78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-harmony", - "version": "1.6.0-beta3", + "version": "1.6.0", "author": "Nicolas Dujardin", "description": "Publish your harmony activities as homekit accessories", "main": "index.js",