From 83089eecdb1f3ee999b2275bdba91460f13b2a98 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 4 Dec 2018 16:47:40 +0000 Subject: [PATCH] chore(release): 0.5.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66734cd..dfa4c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.5.1...v0.5.2) (2018-12-04) + + +### Bug Fixes + +* Logs and startup with no basepath set ([7e2041f](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/7e2041f)) + + + ## [0.5.1](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.5.0...v0.5.1) (2018-12-04) diff --git a/package.json b/package.json index 1d1a2b5..7a14acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casparcg-launcher", - "version": "0.5.1", + "version": "0.5.2", "author": "Julian Waller ", "description": "Simple launcher for CasparCG", "license": "MIT",