From f91b81eb2b1a5945e1f66d5f33bce5a2435cceb9 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 1 Feb 2024 13:15:27 +0000 Subject: [PATCH] chore(release): v6.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387ed5f3..29eb2686 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. +## [6.2.1](http://superfly.tv/compare/v6.2.0...v6.2.1) (Thu Feb 01 2024) + + +### Fixes + +* mixer tween parameters #199 (#200) [cd573113](http://superfly.tv/commit/cd573113ac9286ef1fc4b7a1c02f2c2c1ecc2eaf) + ## [6.2.0](http://superfly.tv/compare/v6.1.1...v6.2.0) (Tue Jan 02 2024) diff --git a/package.json b/package.json index 632fabea..5431ba96 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casparcg-connection", - "version": "6.2.0", + "version": "6.2.1", "description": "Node.js Javascript/Typescript library for CasparCG connection and commands.", "main": "dist/index.js", "typings": "dist/index.d.ts",