diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a150e7..3ea76b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a23b03..03bc900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.8.1](https://github.com/bitfocus/companion-satellite/compare/v1.8.0...v1.8.1) (2024-06-17) + + +### Bug Fixes + +* force rebuild ([c0504b0](https://github.com/bitfocus/companion-satellite/commit/c0504b0912f41b1b5f58dc9c7228b18a176a1c7c)) +* update nodejs version ([40f95a1](https://github.com/bitfocus/companion-satellite/commit/40f95a14d8c8244a0205033901ce3bc54d8565a0)) + ## [1.8.0](https://github.com/bitfocus/companion-satellite/compare/v1.7.5...v1.8.0) (2024-05-22) diff --git a/package.json b/package.json index 6ba8aff..7f1ccca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.8.0", + "version": "1.8.1", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index e9de5a1..09aeabf 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.8.0", + "version": "1.8.1", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 7046c8c..46d869c 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.8.0", + "version": "1.8.1", "type": "module", "scripts": { "dev": "vite",