Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 11, 2024
1 parent ddd9c4f commit c26e7b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [2.0.1](https://github.com/nrkno/sofie-hyperdeck-connection/compare/v2.0.0...v2.0.1) (Mon Mar 11 2024)

### Fixes

- don't return videoFormat: null for async transport updates (#32) [de59cab](https://github.com/nrkno/sofie-hyperdeck-connection/commit/de59cabc523590e145cb9936b36653e774f3208b)

## [2.0.0](https://github.com/nrkno/sofie-hyperdeck-connection/compare/v1.0.0...v2.0.0) (Mon Jan 29 2024)

## Breaking changes
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": "hyperdeck-connection",
"version": "2.0.0",
"version": "2.0.1",
"description": "Typescript Node.js library for connecting with a BlackmagicDesign's HyperDeck devices.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit c26e7b0

Please sign in to comment.