diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86d1ee7..93cff0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.1" + ".": "1.9.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 872c973..5dfa36d 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.9.2](https://github.com/bitfocus/companion-satellite/compare/v1.9.1...v1.9.2) (2024-09-23) + + +### Bug Fixes + +* gracefully handle when satellite cannot bind REST port ([#152](https://github.com/bitfocus/companion-satellite/issues/152)) ([014562a](https://github.com/bitfocus/companion-satellite/commit/014562a5ed2e6d924dac3c62b680d374709a5bdf)) +* use macos 10.15 compatible canvas library ([a3428c3](https://github.com/bitfocus/companion-satellite/commit/a3428c3d9e1adbb316f57ee59323504f956ff9a1)) + ## [1.9.1](https://github.com/bitfocus/companion-satellite/compare/v1.9.0...v1.9.1) (2024-09-06) diff --git a/package.json b/package.json index 3ee5b5a..22ae444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.9.1", + "version": "1.9.2", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 3f9c987..ce37a5f 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.9.1", + "version": "1.9.2", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 94d0d5d..cb030d1 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.9.1", + "version": "1.9.2", "type": "module", "scripts": { "dev": "vite",