From d96b18322f6006706f8c5d3f3b2fe1ed3d0b692f Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 9 Jan 2024 12:40:35 +0000 Subject: [PATCH] chore(release): v1.6.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb3694..4e632b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines. +## [1.6.0](https://github.com/bitfocus/companion-satellite/compare/v1.5.6...v1.6.0) (Tue Jan 09 2024) + + +### Fixes + +* adjust timeouts [07caa86](https://github.com/bitfocus/companion-satellite/commit/07caa8600c5389cbaeb1bf3d928bd2dd75d6dd62) + +### Features + +* use node-hid 3.0.0 (#104) [6ce9a0f](https://github.com/bitfocus/companion-satellite/commit/6ce9a0f03e55a0f5beceece92fbcc87e17baaba7) + ## [1.5.6](https://github.com/bitfocus/companion-satellite/compare/v1.5.5...v1.5.6) (Sat Nov 18 2023) diff --git a/package.json b/package.json index 8f05f79..6906eb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.5.6", + "version": "1.6.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller",