From fcb5a863470470bf8d27e2b1a8afd628b358dd03 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 3 Feb 2023 20:09:54 +0000 Subject: [PATCH] v2.4.2 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1b1e1904..3ce21cdb9f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Bitfocus Companion +## Companion v2.4.2 - Release Notes + +### 🐞 BUG FIXES + +- UI crash after saving a trigger +- UI crash if module status is not a string +- Missing libasound2 in docker image + +### 🐞 MODULE FIXES + +- bitfocus-companion +- equipson-lightshark +- generic-artnet +- generic-sacn +- haivision-connectdvr +- zoom-osc-iso + ## Companion v2.4.1 - Release Notes ### 🐞 BUG FIXES diff --git a/package.json b/package.json index 48a4d7aa8c..825e6b941f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion", - "version": "2.4.1", + "version": "2.4.2", "description": "Companion", "main": "electron.js", "build": {