From 6f036a06bb70cf209504c451a0cf945e926441bd Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Mon, 4 Sep 2023 14:00:59 +0100 Subject: [PATCH] chore(release): v1.5.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76addef..bde1b72 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.5.1](https://github.com/bitfocus/companion-satellite/compare/v1.5.0...v1.5.1) (Mon Sep 04 2023) + + +### Fixes + +* hide version info from about dialog [20aa59c](https://github.com/bitfocus/companion-satellite/commit/20aa59ca599ec51aeb77e0d2e63a85a7cdd4b285) +* add setImmediate to connected event (#85) [0528e36](https://github.com/bitfocus/companion-satellite/commit/0528e36df83d02669da8cb43909d275b19fc82c8) + +### Features + +* add connected endpoint (#87) [2b40358](https://github.com/bitfocus/companion-satellite/commit/2b4035818c267f5d80dbc8fc3490ea8125739d06) + ## [1.5.0](https://github.com/bitfocus/companion-satellite/compare/v1.4.1...v1.5.0) (Sat Aug 19 2023) diff --git a/package.json b/package.json index 1bb75aa..9f0132a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.5.0", + "version": "1.5.1", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller",