diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93cff0a..1f18e5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.2" + ".": "1.9.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfa36d..5230d8b 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.3](https://github.com/bitfocus/companion-satellite/compare/v1.9.2...v1.9.3) (2024-10-26) + + +### Bug Fixes + +* add `@julusian/segfault-raub` to try and produce better logging for segfaults ([d30b952](https://github.com/bitfocus/companion-satellite/commit/d30b952215328ad837ae4471892fb7dfce7eb18c)) +* update canvas lib ([1e79ff8](https://github.com/bitfocus/companion-satellite/commit/1e79ff85428aa4668cd2493a01ab647100a9c726)) + ## [1.9.2](https://github.com/bitfocus/companion-satellite/compare/v1.9.1...v1.9.2) (2024-09-23) diff --git a/package.json b/package.json index 5c90157..ef7a455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.9.2", + "version": "1.9.3", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 4224f55..4ee05c3 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.9.2", + "version": "1.9.3", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index aa58c66..eff556c 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.9.2", + "version": "1.9.3", "type": "module", "scripts": { "dev": "vite",