diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index c84d134..8ccef2f 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,11 +4,25 @@ 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.11.0](https://github.com/georgejecook/rooibos/compare/5.10.0...5.11.0) + +- Code cov perf and bug fix in if statements [`#264`](https://github.com/georgejecook/rooibos/pull/264) +- Added an api to fail tests with an exception [`#263`](https://github.com/georgejecook/rooibos/pull/263) +- Reduce raw code statements [`#260`](https://github.com/georgejecook/rooibos/pull/260) +- Updated annotations to be order agnostic [`#262`](https://github.com/georgejecook/rooibos/pull/262) +- Feature/runtime global function mocking [`#259`](https://github.com/georgejecook/rooibos/pull/259) +- Small formatter pass and code change to be formatter frendly [`#252`](https://github.com/georgejecook/rooibos/pull/252) +- Updated default global excluded files [`#251`](https://github.com/georgejecook/rooibos/pull/251) +- Updated annotations to be order agnositic [`3d24579`](https://github.com/georgejecook/rooibos/commit/3d2457955f1ccfac3bea6a63ea342cc60750b2bc) + #### [5.10.0](https://github.com/georgejecook/rooibos/compare/5.9.1...5.10.0) +> 7 January 2024 + - 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) +- chore: release v5.10.0 [`cfad0f5`](https://github.com/georgejecook/rooibos/commit/cfad0f503e0b72fa371334d7398f71f07012e8d5) #### [5.9.1](https://github.com/georgejecook/rooibos/compare/5.9.0...5.9.1) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 7fc38d7..198f7bb 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.10.0", + "version": "5.11.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",