Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
superflytvab committed Oct 16, 2018
1 parent fb98ada commit da256bb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

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.

<a name="0.1.0"></a>
# 0.1.0 (2018-10-16)


### Bug Fixes

* some typos. Adds some tests for hyperdeck class ([01b4634](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/01b4634))
* Tidying and fixes for integrating with tsr ([58b7d94](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/58b7d94))
* transport info changes properties are nowoptional ([83815ab](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/83815ab))


### Features

* Add some more simple commands and refactor deserialization ([ec6e4b1](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/ec6e4b1))
* connection retry logic. test for ping timeout ([b1f395d](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/b1f395d))
* Initial working connection ([e5e264c](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/e5e264c))
* Parse transport info and async transport changes ([2bfbd1e](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/2bfbd1e))
* refactor the async handlers to be chosen more dynamically ([0605108](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/0605108))
* Remove promise from command, and create it when command is queued instead ([6577549](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/6577549))
* send pings to detect timeouts ([7d4dd3f](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/7d4dd3f))
* slot info command ([af7c0ce](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/af7c0ce))
* Tidy up remaining todos ([7cea4ad](https://github.com/nrkno/tv-automation-hyperdeck-connection/commit/7cea4ad))
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": "0.0.1",
"version": "0.1.0",
"description": "Typescript Node.js library for connecting with a Blackmagic Hyperdeck",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit da256bb

Please sign in to comment.