diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf9bf86..4cdaf86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c063a5..fd1c7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.2](https://github.com/bitfocus/companion-satellite/compare/v1.10.1...v1.10.2) (2025-01-11) + + +### Features + +* reimplement windows signing ([#174](https://github.com/bitfocus/companion-satellite/issues/174)) ([67db6da](https://github.com/bitfocus/companion-satellite/commit/67db6dada718ca328cc322a84bdbebe3f783d69d)) + + +### Bug Fixes + +* clear full lcd strip on streamdeck+ when drawing first 'button' to it [#176](https://github.com/bitfocus/companion-satellite/issues/176) ([dcdd585](https://github.com/bitfocus/companion-satellite/commit/dcdd5854a87faeca74a5ced707df5c406eed18b2)) + + +### Miscellaneous Chores + +* force version ([568be36](https://github.com/bitfocus/companion-satellite/commit/568be368007caa994fce5c12557a520d25043098)) + ## [1.10.1](https://github.com/bitfocus/companion-satellite/compare/v1.10.0...v1.10.1) (2024-11-13) diff --git a/package.json b/package.json index a19aec6..204817c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.10.1", + "version": "1.10.2", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index f3ce00b..694a4bc 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.10.1", + "version": "1.10.2", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 323ae2b..afe6773 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.10.1", + "version": "1.10.2", "type": "module", "scripts": { "dev": "vite",