From 58cef81b1c8e679b78f50310e13c65fdb5936ffa Mon Sep 17 00:00:00 2001 From: George Cook Date: Wed, 7 Jun 2023 00:27:27 +0200 Subject: [PATCH] chore: release v5.6.1 --- bsc-plugin/CHANGELOG.md | 7 +++++++ bsc-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index d52a90a5..1b0c8c86 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [5.6.1](https://github.com/georgejecook/rooibos/compare/5.6.0...5.6.1) + +- Fix coverage files import [`#232`](https://github.com/georgejecook/rooibos/pull/232) + #### [5.6.0](https://github.com/georgejecook/rooibos/compare/5.5.3...5.6.0) +> 1 June 2023 + - Adds release-it-stuff [`#231`](https://github.com/georgejecook/rooibos/pull/231) - docs: adds documentation for code coverage [`#230`](https://github.com/georgejecook/rooibos/pull/230) - Fix code coverage [`#209`](https://github.com/georgejecook/rooibos/pull/209) +- chore: release v5.6.0 [`64ccfcb`](https://github.com/georgejecook/rooibos/commit/64ccfcbd3f87bc9dd49b9752c7caab488f39422a) #### [5.5.3](https://github.com/georgejecook/rooibos/compare/5.5.2...5.5.3) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 1cfed635..d0149f71 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.6.0", + "version": "5.6.1", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",