From 41bef28ccde505873ef93e767432f2e30a429c38 Mon Sep 17 00:00:00 2001 From: George Cook Date: Sat, 26 Feb 2022 14:41:22 +0100 Subject: [PATCH] bump --- bsc-plugin/CHANGELOG.md | 15 ++++++++++++++- bsc-plugin/package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 01b5a47d..07ad3885 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,7 +4,20 @@ 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.3](https://github.com/georgejecook/rooibos/compare/4.5.2...v4.5.3) +#### [v4.6.0](https://github.com/georgejecook/rooibos/compare/4.5.4...v4.6.0) + +- chore: update to bsc 0.45.3 [`#152`](https://github.com/georgejecook/rooibos/pull/152) +- fix(node-tests): fixes node tests not running [`#147`](https://github.com/georgejecook/rooibos/pull/147) +- bump [`0c69f53`](https://github.com/georgejecook/rooibos/commit/0c69f53d8fa97df6f70d263eb913e31158f26548) +- bump [`3b54696`](https://github.com/georgejecook/rooibos/commit/3b54696a0be2dfa4997babeec3fc33490bdea9fa) + +#### [4.5.4](https://github.com/georgejecook/rooibos/compare/4.5.3...4.5.4) + +> 12 January 2022 + +#### [4.5.3](https://github.com/georgejecook/rooibos/compare/4.5.2...4.5.3) + +> 12 January 2022 - fix: fixes equals failures [`#144`](https://github.com/georgejecook/rooibos/pull/144) - bump [`2864c66`](https://github.com/georgejecook/rooibos/commit/2864c66adac94e3c2fa7fa1d565493617dcac08d) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 58f5b85f..ed108b09 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "4.5.4", + "version": "4.6.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",