From e2d2a574c78f2fa22f47427016437ee087653aaf Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 3 Oct 2024 15:45:43 -0400 Subject: [PATCH] chore: release v5.14.0 --- bsc-plugin/CHANGELOG.md | 20 ++++++++++++++++++-- bsc-plugin/package-lock.json | 4 ++-- bsc-plugin/package.json | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 817cffe..5fa752b 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,7 +4,23 @@ 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.13.0](https://github.com/rokucommunity/rooibos/compare/5.12.0...5.13.0) +#### [v5.14.0](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.38...v5.14.0) + +- Adds a CLI to Rooibos (current version) [`#295`](https://github.com/rokucommunity/rooibos/pull/295) + +#### [v6.0.0-alpha.38](https://github.com/rokucommunity/rooibos/compare/v5.13.0...v6.0.0-alpha.38) + +> 1 October 2024 + +- Upgade to brighterscript@1.0.0-alpha.38 [`#299`](https://github.com/rokucommunity/rooibos/pull/299) +- Allow 5000ms for code coverage test [`#293`](https://github.com/rokucommunity/rooibos/pull/293) +- A few updates to simplify config [`#292`](https://github.com/rokucommunity/rooibos/pull/292) +- Upgrading to Brighterscript v1 [`#289`](https://github.com/rokucommunity/rooibos/pull/289) +- upgrade changelog for v6.0.0-alpha.38 [`9ac4db8`](https://github.com/rokucommunity/rooibos/commit/9ac4db87dea8db8821d0e91249e1cbd1786c15f7) + +#### [v5.13.0](https://github.com/rokucommunity/rooibos/compare/5.12.0...v5.13.0) + +> 12 September 2024 - chore(deps): bump luxon from 1.28.0 to 1.28.1 [`#210`](https://github.com/rokucommunity/rooibos/pull/210) - Fixed a bug where scope validations where incomplete for node tests [`#280`](https://github.com/rokucommunity/rooibos/pull/280) @@ -16,8 +32,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Allow custom test reporter [`#265`](https://github.com/rokucommunity/rooibos/pull/265) - Fixed logs sometimes getting cut off at the end of running tests [`#279`](https://github.com/rokucommunity/rooibos/pull/279) - Adjust implementation to fit with new proposal [`599e6ce`](https://github.com/rokucommunity/rooibos/commit/599e6ce0e02bd16f5ca6bc06ab16bb2a7ec8d1e2) +- chore: release v5.13.0 [`6c56e29`](https://github.com/rokucommunity/rooibos/commit/6c56e290073e0b707f174a978c1d7757e834ecb8) - Switch reporter API to conform to new spec proposal, add `onBegin` and `onEnd` [`54aa936`](https://github.com/rokucommunity/rooibos/commit/54aa936382786b35823406b7d14e9d7a47f8f227) -- Tweak reporter method signature to accept event AA [`c2f0b2f`](https://github.com/rokucommunity/rooibos/commit/c2f0b2fb1ec0e5ebc1dcb164802542636f78499f) #### [5.12.0](https://github.com/rokucommunity/rooibos/compare/5.11.0...5.12.0) diff --git a/bsc-plugin/package-lock.json b/bsc-plugin/package-lock.json index aabeca4..c141899 100644 --- a/bsc-plugin/package-lock.json +++ b/bsc-plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "rooibos-roku", - "version": "5.13.0", + "version": "5.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rooibos-roku", - "version": "5.13.0", + "version": "5.14.0", "license": "ISC", "dependencies": { "roku-debug": "^0.21.10", diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 39ee954..a4d62aa 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.13.0", + "version": "5.14.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "scripts": { "preversion": "npm run build && npm run lint && npm run test",