Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Aug 19, 2024
1 parent 6481585 commit 35f7e5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 35f7e5f

Please sign in to comment.