From cfad0f503e0b72fa371334d7398f71f07012e8d5 Mon Sep 17 00:00:00 2001 From: georgejecook Date: Sun, 7 Jan 2024 18:22:59 +0000 Subject: [PATCH] chore: release v5.10.0 --- bsc-plugin/CHANGELOG.md | 9 +++++++++ bsc-plugin/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index eaeee591..c84d1345 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,9 +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.10.0](https://github.com/georgejecook/rooibos/compare/5.9.1...5.10.0) + +- Fix Rooibos_init injection causing duplicate calls [`#247`](https://github.com/georgejecook/rooibos/pull/247) +- Fix some sourcemap transpile issues [`#249`](https://github.com/georgejecook/rooibos/pull/249) +- Added a config value to crash when a assert fails [`#248`](https://github.com/georgejecook/rooibos/pull/248) + #### [5.9.1](https://github.com/georgejecook/rooibos/compare/5.9.0...5.9.1) +> 5 January 2024 + - Update FileFactory.ts to move status labels down for better visibility [`#245`](https://github.com/georgejecook/rooibos/pull/245) +- chore: release v5.9.1 [`f322b9a`](https://github.com/georgejecook/rooibos/commit/f322b9a80110388b49c9e4a38084cf869e2f2dcf) #### [5.9.0](https://github.com/georgejecook/rooibos/compare/5.8.0...5.9.0) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index ceefc7f4..7fc38d72 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.9.1", + "version": "5.10.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",