diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52b8d97..ac49165 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.1" + ".": "3.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d47a3a..829cf2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [3.4.0](https://github.com/bitfocus/companion-satellite/compare/v3.3.1...v3.4.0) (2026-07-14) + + +### Features + +* allow modules to use node26 ([06e7393](https://github.com/bitfocus/companion-satellite/commit/06e73930bd71488aca14382a6762b742a0773a19)) +* update loupedeck surface modules ([#322](https://github.com/bitfocus/companion-satellite/issues/322)) ([2fa0d6f](https://github.com/bitfocus/companion-satellite/commit/2fa0d6f468ed6a5e9e43db09db61ed83e35ff904)) +* update loupedeck surface modules ([#324](https://github.com/bitfocus/companion-satellite/issues/324)) ([f90ce53](https://github.com/bitfocus/companion-satellite/commit/f90ce5323e21d296ae23f61a21ed43cbd51f8bc0)) +* update node-usb to 3.0 ([1d191a7](https://github.com/bitfocus/companion-satellite/commit/1d191a74e548f82d927e876c3cd8a4ee82bcac59)) + + +### Bug Fixes + +* macos mdns collision messages ([ec55062](https://github.com/bitfocus/companion-satellite/commit/ec55062dc8fdc1974901f5f13e52ecba03155572)) +* quirks in satellite protocol parsing ([36767c3](https://github.com/bitfocus/companion-satellite/commit/36767c3fe5873a6a41675e92bd92918d2c6fe4d9)) + ## [3.3.1](https://github.com/bitfocus/companion-satellite/compare/v3.3.0...v3.3.1) (2026-07-12) diff --git a/package.json b/package.json index 1b40db3..69439a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "3.3.1", + "version": "3.4.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 7bdd7f6..f968b5e 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "3.3.1", + "version": "3.4.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 555ef35..3744dae 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "3.3.1", + "version": "3.4.0", "type": "module", "scripts": { "dev": "vite",