From f24922d8e1254b580044d6085aae19e1b643e5ea Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 4 Dec 2018 11:38:51 +0000 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56998ed..7bcf2b8 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.0](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.4.0...v0.5.0) (2018-12-04) + + +### Features + +* Option to write log files for each process ([4d16a8c](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/4d16a8c)) + + + # [0.4.0](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.3.0...v0.4.0) (2018-11-14) diff --git a/package.json b/package.json index c6a4c9c..6b99500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casparcg-launcher", - "version": "0.4.0", + "version": "0.5.0", "author": "Julian Waller ", "description": "Simple launcher for CasparCG", "license": "MIT",