Skip to content

Commit e2d2a57

Browse files
chore: release v5.14.0
1 parent f87a8dc commit e2d2a57

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

bsc-plugin/CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [5.13.0](https://github.com/rokucommunity/rooibos/compare/5.12.0...5.13.0)
7+
#### [v5.14.0](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.38...v5.14.0)
8+
9+
- Adds a CLI to Rooibos (current version) [`#295`](https://github.com/rokucommunity/rooibos/pull/295)
10+
11+
#### [v6.0.0-alpha.38](https://github.com/rokucommunity/rooibos/compare/v5.13.0...v6.0.0-alpha.38)
12+
13+
> 1 October 2024
14+
15+
- Upgade to [email protected] [`#299`](https://github.com/rokucommunity/rooibos/pull/299)
16+
- Allow 5000ms for code coverage test [`#293`](https://github.com/rokucommunity/rooibos/pull/293)
17+
- A few updates to simplify config [`#292`](https://github.com/rokucommunity/rooibos/pull/292)
18+
- Upgrading to Brighterscript v1 [`#289`](https://github.com/rokucommunity/rooibos/pull/289)
19+
- upgrade changelog for v6.0.0-alpha.38 [`9ac4db8`](https://github.com/rokucommunity/rooibos/commit/9ac4db87dea8db8821d0e91249e1cbd1786c15f7)
20+
21+
#### [v5.13.0](https://github.com/rokucommunity/rooibos/compare/5.12.0...v5.13.0)
22+
23+
> 12 September 2024
824
925
- chore(deps): bump luxon from 1.28.0 to 1.28.1 [`#210`](https://github.com/rokucommunity/rooibos/pull/210)
1026
- 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).
1632
- Allow custom test reporter [`#265`](https://github.com/rokucommunity/rooibos/pull/265)
1733
- Fixed logs sometimes getting cut off at the end of running tests [`#279`](https://github.com/rokucommunity/rooibos/pull/279)
1834
- Adjust implementation to fit with new proposal [`599e6ce`](https://github.com/rokucommunity/rooibos/commit/599e6ce0e02bd16f5ca6bc06ab16bb2a7ec8d1e2)
35+
- chore: release v5.13.0 [`6c56e29`](https://github.com/rokucommunity/rooibos/commit/6c56e290073e0b707f174a978c1d7757e834ecb8)
1936
- Switch reporter API to conform to new spec proposal, add `onBegin` and `onEnd` [`54aa936`](https://github.com/rokucommunity/rooibos/commit/54aa936382786b35823406b7d14e9d7a47f8f227)
20-
- Tweak reporter method signature to accept event AA [`c2f0b2f`](https://github.com/rokucommunity/rooibos/commit/c2f0b2fb1ec0e5ebc1dcb164802542636f78499f)
2137

2238
#### [5.12.0](https://github.com/rokucommunity/rooibos/compare/5.11.0...5.12.0)
2339

bsc-plugin/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bsc-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rooibos-roku",
3-
"version": "5.13.0",
3+
"version": "5.14.0",
44
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin",
55
"scripts": {
66
"preversion": "npm run build && npm run lint && npm run test",

0 commit comments

Comments
 (0)