Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 10, 2018
1 parent 0a9e446 commit 7b7b00b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.3.0"></a>
# [0.3.0](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.2.0...v0.3.0) (2018-10-10)


### Bug Fixes

* auto scroll in newer electron ([c42aa0f](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/c42aa0f))
* guard against sending ipc messages while shutting down ([35f9854](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/35f9854))


### Features

* Improve casparcg timeouts. Detect and ignore system clock changes ([7e80ab6](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/7e80ab6))
* Improve logging to file ([dbe30bd](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/dbe30bd))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casparcg-launcher",
"version": "0.2.0",
"version": "0.3.0",
"author": "Julian Waller <[email protected]>",
"description": "Simple launcher for CasparCG",
"license": "MIT",
Expand Down

0 comments on commit 7b7b00b

Please sign in to comment.