diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88a6b76..cf9bf86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 588dd70..6c063a5 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.10.1](https://github.com/bitfocus/companion-satellite/compare/v1.10.0...v1.10.1) (2024-11-13) + + +### Bug Fixes + +* add missing streamdeck udev rules ([ec07cee](https://github.com/bitfocus/companion-satellite/commit/ec07cee0f5cc8a8f7c08ece6f84e07639be015f3)) + ## [1.10.0](https://github.com/bitfocus/companion-satellite/compare/v1.9.3...v1.10.0) (2024-11-11) diff --git a/package.json b/package.json index da5411f..d9c84e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.10.0", + "version": "1.10.1", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 1c90446..7583645 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.10.0", + "version": "1.10.1", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 9b9c71d..323ae2b 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.10.0", + "version": "1.10.1", "type": "module", "scripts": { "dev": "vite",