From beaeb16be33f3df576d31bc9c14aba90c80067c5 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 20 Apr 2023 00:28:07 +0100 Subject: [PATCH] chore(release): v1.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6961d0a..a4cd5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.1](https://github.com/bitfocus/companion-satellite/compare/v1.4.0...v1.4.1) (Thu Apr 20 2023) + + +### Fixes + +* downgrade electron due to memory cage bug [75a395e](https://github.com/bitfocus/companion-satellite/commit/75a395ea93dd1f385f4a9f47e0c4aadbeff208ed) + ## [1.4.0](https://github.com/bitfocus/companion-satellite/compare/v1.3.1...v1.4.0) (Tue Apr 18 2023) diff --git a/package.json b/package.json index 5143aa3..44b6e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.4.0", + "version": "1.4.1", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller",