From f2d98b3dc377fde162385cca8e8f4146c9975b56 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Wed, 11 Oct 2023 20:28:49 +0100 Subject: [PATCH] chore(release): v1.5.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe30cf..338949e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.5](https://github.com/bitfocus/companion-satellite/compare/v1.5.3...v1.5.5) (Wed Oct 11 2023) + + +### Fixes + +* build errors [1dd8969](https://github.com/bitfocus/companion-satellite/commit/1dd896921d2ea2ec5affcd3abba79a76c6eadca4) + ## [1.5.4](https://github.com/bitfocus/companion-satellite/compare/v1.5.3...v1.5.4) (Wed Oct 11 2023) diff --git a/package.json b/package.json index 3d071d4..55035f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.5.4", + "version": "1.5.5", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller",