From bf7014acfbd8001f9e855bcd11ab6a675b8ac545 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 7 Dec 2018 11:43:28 +0000 Subject: [PATCH] chore(release): 0.5.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa4c99..e965ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.5.3](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.5.2...v0.5.3) (2018-12-07) + + +### Bug Fixes + +* Add setting to specify child process and launcher logs path ([7296887](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/7296887)) +* Ensure that the launcher log dir exists. Guard against exceptions attempting to open launcher-log file ([effa614](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/effa614)) +* Guard against exception opening process log files ([aa88301](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/aa88301)) + + + ## [0.5.2](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.5.1...v0.5.2) (2018-12-04) diff --git a/package.json b/package.json index 7a14acc..1e8d80d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casparcg-launcher", - "version": "0.5.2", + "version": "0.5.3", "author": "Julian Waller ", "description": "Simple launcher for CasparCG", "license": "MIT",