From 35f7e5fd6a556149503394c457ca518fc53db316 Mon Sep 17 00:00:00 2001 From: Johan Nyman Date: Mon, 19 Aug 2024 09:44:53 +0200 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5b6d2..5e790d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.2.0](https://github.com/nrkno/sofie-atem-state/compare/v1.1.0...v1.2.0) (Mon Aug 19 2024) + + +### Fixes + +* resolveFlyKeyerFramesState state reversed + indexing [72953da](https://github.com/nrkno/sofie-atem-state/commit/72953da51045b067d8465f584176b8d2cd843f45) + +### Features + +* fly key settings (#28) [3e4ccf1](https://github.com/nrkno/sofie-atem-state/commit/3e4ccf190138823c4dd92fe279b77b5c4601e7c1) + ## [1.1.0](https://github.com/nrkno/sofie-atem-state/compare/v1.0.1...v1.1.0) (Thu Sep 28 2023) diff --git a/package.json b/package.json index 925b9c6..2ef991c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atem-state", - "version": "1.1.0", + "version": "1.2.0", "description": "Typescript Node.js library for comparing ATEM states", "main": "dist/index.js", "typings": "dist/index.d.ts",