Skip to content

Commit

Permalink
chore: release v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 3, 2024
1 parent f87a8dc commit e2d2a57
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
20 changes: 18 additions & 2 deletions bsc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] [`#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)
Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions bsc-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bsc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e2d2a57

Please sign in to comment.