From 2864c66adac94e3c2fa7fa1d565493617dcac08d Mon Sep 17 00:00:00 2001 From: George Cook Date: Thu, 6 Jan 2022 12:02:03 +0100 Subject: [PATCH] bump --- CHANGELOG.md | 16 +++++++++++++++- bsc-plugin/package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f36cecdc..ef885e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,24 @@ 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). -#### [v4.5.0](https://github.com/georgejecook/rooibos/compare/4.4.2...v4.5.0) +#### [v4.5.2](https://github.com/georgejecook/rooibos/compare/4.5.1...v4.5.2) + +- improves stringand float comparisons and assert not invalid message [`#142`](https://github.com/georgejecook/rooibos/pull/142) + +#### [4.5.1](https://github.com/georgejecook/rooibos/compare/4.5.0...4.5.1) + +> 5 January 2022 + +- Feat/add home press flag [`#140`](https://github.com/georgejecook/rooibos/pull/140) +- bump [`ef9d022`](https://github.com/georgejecook/rooibos/commit/ef9d022bb628217275486a08de170b609b2374c1) + +#### [4.5.0](https://github.com/georgejecook/rooibos/compare/4.4.2...4.5.0) + +> 5 January 2022 - Fix/doc improvements [`#139`](https://github.com/georgejecook/rooibos/pull/139) - Fix/doc improvements [`#138`](https://github.com/georgejecook/rooibos/pull/138) +- bump [`59155f1`](https://github.com/georgejecook/rooibos/commit/59155f1f48cd8f27bd35b5f89e564ba08c509eac) #### [4.4.2](https://github.com/georgejecook/rooibos/compare/4.4.1...4.4.2) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 4a9d7671..4b25f830 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "4.5.1", + "version": "4.5.2", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",