From af05c8a4bd1cd830dd4f9402efe8d3dcb4e7ae54 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Mon, 24 Feb 2025 14:01:50 -0500 Subject: [PATCH] chore: release v5.15.3 --- bsc-plugin/CHANGELOG.md | 20 ++++++++++++++++---- bsc-plugin/package-lock.json | 4 ++-- bsc-plugin/package.json | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 6f77b0a..b7cb2bc 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,17 +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). -#### [v5.15.2](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.44...v5.15.2) +#### [v5.15.3](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.44...v5.15.3) +- Added the ability to have duplicate test names [`#317`](https://github.com/rokucommunity/rooibos/pull/317) +- Clean up test files [`#318`](https://github.com/rokucommunity/rooibos/pull/318) +- chore(deps): bump serialize-javascript and mocha in /bsc-plugin [`#316`](https://github.com/rokucommunity/rooibos/pull/316) - Fix nested assertions causing compilation error when using `sub _` [`#314`](https://github.com/rokucommunity/rooibos/pull/314) - Remove the ropm step, devs just need to do this manually [`#310`](https://github.com/rokucommunity/rooibos/pull/310) - Bugfix/only annotation not always applied correctly [`#308`](https://github.com/rokucommunity/rooibos/pull/308) - promises support in tests [`#307`](https://github.com/rokucommunity/rooibos/pull/307) - Feature/mocha test reporter [`#305`](https://github.com/rokucommunity/rooibos/pull/305) - Task/update framework folder to match structure on device [`#306`](https://github.com/rokucommunity/rooibos/pull/306) +- Cleaned up formatting [`852cd15`](https://github.com/rokucommunity/rooibos/commit/852cd15ea0d99cf7fafc6ff2531290c87ca3371b) +- more indentation clean up [`973d6f2`](https://github.com/rokucommunity/rooibos/commit/973d6f23c7304163fe35dc031cb64624217510d0) - Update unit test to account for this [`8c4d819`](https://github.com/rokucommunity/rooibos/commit/8c4d8194692cd72e22da6c0e9de7f42cd23ebed9) -- chore: release v5.15.0 [`397403f`](https://github.com/rokucommunity/rooibos/commit/397403f77496dc41d84fe48a4c3fdb8d53fbd93f) -- chore: release v5.15.1 [`1655c55`](https://github.com/rokucommunity/rooibos/commit/1655c559aacbf17397049f47c461f55a2081846c) #### [v6.0.0-alpha.44](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.41...v6.0.0-alpha.44) @@ -49,7 +52,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: release v5.14.0 [`e2d2a57`](https://github.com/rokucommunity/rooibos/commit/e2d2a574c78f2fa22f47427016437ee087653aaf) - Update changelog for v6.0.0-alpha.39 [`38e3cbe`](https://github.com/rokucommunity/rooibos/commit/38e3cbe3309666ce5daac248def66f3d256ff29c) -#### [v6.0.0-alpha.38](https://github.com/rokucommunity/rooibos/compare/v5.15.1...v6.0.0-alpha.38) +#### [v6.0.0-alpha.38](https://github.com/rokucommunity/rooibos/compare/v5.15.2...v6.0.0-alpha.38) > 1 October 2024 @@ -59,6 +62,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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.15.2](https://github.com/rokucommunity/rooibos/compare/v5.15.1...v5.15.2) + +> 17 February 2025 + +- Fix nested assertions causing compilation error when using `sub _` [`#314`](https://github.com/rokucommunity/rooibos/pull/314) +- Update unit test to account for this [`8c4d819`](https://github.com/rokucommunity/rooibos/commit/8c4d8194692cd72e22da6c0e9de7f42cd23ebed9) +- chore: release v5.15.2 [`6de914b`](https://github.com/rokucommunity/rooibos/commit/6de914bd51c970d05a53e0e6a21a4ea5018b204b) +- Fix lint error [`d55d1ee`](https://github.com/rokucommunity/rooibos/commit/d55d1ee4c0c18368082aa48f70c82773aecd5d51) + #### [v5.15.1](https://github.com/rokucommunity/rooibos/compare/v5.15.0...v5.15.1) > 31 January 2025 diff --git a/bsc-plugin/package-lock.json b/bsc-plugin/package-lock.json index f0afb58..6393347 100644 --- a/bsc-plugin/package-lock.json +++ b/bsc-plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "rooibos-roku", - "version": "5.15.2", + "version": "5.15.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rooibos-roku", - "version": "5.15.2", + "version": "5.15.3", "license": "ISC", "dependencies": { "roku-debug": "^0.21.10", diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 887fde1..8e642fb 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.15.2", + "version": "5.15.3", "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",