From 4daec6b9b04c1ca4d9e47252c672ec43e3860711 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 2 Dec 2022 20:50:34 +0000 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7843aa..535cc74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +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.3.0](https://github.com/bitfocus/companion-satellite/compare/v1.2.0...v1.3.0) (Fri Dec 02 2022) + + +### Features + +* support streamdeck plus [5e9a19b](https://github.com/bitfocus/companion-satellite/commit/5e9a19b185cce94bb0af22c336f4a425bfabad47) +* support loupedeck live s [f021503](https://github.com/bitfocus/companion-satellite/commit/f0215035e955c902e6bb90aee84bfc4c3d26e65c) +* use new KEY-ROTATE message (#60) [fb8806a](https://github.com/bitfocus/companion-satellite/commit/fb8806a1bc2f1d75a9a0f575c7ab0bae6cb8da27) ## [1.2.0](https://github.com/bitfocus/companion-satellite/compare/v1.1.0...v1.2.0) (2022-10-21) diff --git a/package.json b/package.json index 4554091..8be6005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.2.0", + "version": "1.3.0", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller",