From b224164fa03a4e9e1e03b8a277dd697c71cfd6dc Mon Sep 17 00:00:00 2001 From: Rasmus Lindved Date: Mon, 1 Jul 2024 13:36:17 +0200 Subject: [PATCH] chore(release): 7.3.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b77e7..1dc8433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [7.3.3](https://github.com/tv2/v-connection/compare/v7.3.2...v7.3.3) (2024-07-01) + ### [7.3.2](https://github.com/tv2/v-connection/compare/v7.3.1...v7.3.2) (2023-11-16) ### Bug Fixes diff --git a/package.json b/package.json index 4c46aa6..e9ffa86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tv2media/v-connection", - "version": "7.3.2", + "version": "7.3.3", "description": "Sofie TV Automation Vizrt Media Sequencer Engine connection library", "main": "dist/index.js", "types": "dist/index.d.ts",