diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59e016d..47029b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.3" + ".": "1.7.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d10b583..2369540 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.7.4](https://github.com/bitfocus/companion-satellite/compare/v1.7.3...v1.7.4) (2024-02-23) + + +### Bug Fixes + +* try again at pi image ([2afb867](https://github.com/bitfocus/companion-satellite/commit/2afb867404f298abd8ba53a92da6b069ba263950)) + ## [1.7.3](https://github.com/bitfocus/companion-satellite/compare/v1.7.2...v1.7.3) (2024-02-23) diff --git a/package.json b/package.json index d924312..b420c61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.7.3", + "version": "1.7.4", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 0871e2a..79079d7 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.7.3", + "version": "1.7.4", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 5608d1b..0a92993 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.7.3", + "version": "1.7.4", "type": "module", "scripts": { "dev": "vite",