From 800acecdcf0280974f383f3a659c979d022ea3d2 Mon Sep 17 00:00:00 2001 From: Companion Module Bot <98669070+companion-module-bot@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:36:43 +0100 Subject: [PATCH] chore(main): release 1.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- satellite/package.json | 2 +- webui/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ea76b7..c5818bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bc900..0560a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.0](https://github.com/bitfocus/companion-satellite/compare/v1.8.1...v1.9.0) (2024-07-20) + + +### Features + +* replace canvas library ([7b5202a](https://github.com/bitfocus/companion-satellite/commit/7b5202a1dca2a7e224c961847c9461a8a18c1705)) +* update electron to 30 and switch to esm ([57e6e55](https://github.com/bitfocus/companion-satellite/commit/57e6e5536423cd84bbaee1e439236a1886906897)) +* update nodejs to 20 ([6ee2259](https://github.com/bitfocus/companion-satellite/commit/6ee225955891c7e272b3ca447d8f7d68dd06cfd1)) + + +### Bug Fixes + +* electron preload script ([beed579](https://github.com/bitfocus/companion-satellite/commit/beed579d66f65dda2dc86be2b142846430384d85)) + ## [1.8.1](https://github.com/bitfocus/companion-satellite/compare/v1.8.0...v1.8.1) (2024-06-17) diff --git a/package.json b/package.json index e209989..94da5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.8.1", + "version": "1.9.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 06c1bbf..9485f05 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.8.1", + "version": "1.9.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 2c5adfe..bbfc980 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.8.1", + "version": "1.9.0", "type": "module", "scripts": { "dev": "vite",