diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f18e5a..88a6b76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.3" + ".": "1.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5230d8b..9aab115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0](https://github.com/bitfocus/companion-satellite/compare/v1.9.3...v1.10.0) (2024-10-27) + + +### Features + +* update eslint and rebuild config ([11104e1](https://github.com/bitfocus/companion-satellite/commit/11104e16f921a0ef339a48c8a260438bfbfdeb0e)) +* update streamdeck library to v7 ([17384b8](https://github.com/bitfocus/companion-satellite/commit/17384b859bb7a5abc861e87dcf4264942297868d)) + + +### Bug Fixes + +* remove reliance on vc_redist ([40aef4a](https://github.com/bitfocus/companion-satellite/commit/40aef4a0ddb1627283ce51540166117bdfdbe860)) + ## [1.9.3](https://github.com/bitfocus/companion-satellite/compare/v1.9.2...v1.9.3) (2024-10-26) diff --git a/package.json b/package.json index 52693b9..da5411f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.9.3", + "version": "1.10.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/satellite/package.json b/satellite/package.json index 37eba00..1c90446 100644 --- a/satellite/package.json +++ b/satellite/package.json @@ -1,6 +1,6 @@ { "name": "satellite", - "version": "1.9.3", + "version": "1.10.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/webui/package.json b/webui/package.json index 6fd41cb..9b9c71d 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "webui", "private": true, - "version": "1.9.3", + "version": "1.10.0", "type": "module", "scripts": { "dev": "vite",