From 7b7b00b4f6cbad3e65ebb8ceac9564c44c2ff303 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Wed, 10 Oct 2018 15:50:21 +0100 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..86a02f8 --- /dev/null +++ b/CHANGELOG.md @@ -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. + + +# [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)) diff --git a/package.json b/package.json index a5d7bdf..494a2d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casparcg-launcher", - "version": "0.2.0", + "version": "0.3.0", "author": "Julian Waller ", "description": "Simple launcher for CasparCG", "license": "MIT",