diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 5622a202..7866b795 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,13 +4,24 @@ 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.9.0](https://github.com/georgejecook/rooibos/compare/5.8.0...5.9.0) + +- fixes failing test [`#246`](https://github.com/georgejecook/rooibos/pull/246) +- Junit test reporter [`#243`](https://github.com/georgejecook/rooibos/pull/243) +- Chore/doc update [`#244`](https://github.com/georgejecook/rooibos/pull/244) +- Update index.md [`f8c7de2`](https://github.com/georgejecook/rooibos/commit/f8c7de257340a9f2758486a7745585eaa0840726) +- Update index.md [`8c9e55a`](https://github.com/georgejecook/rooibos/commit/8c9e55ad724f6683f93f434bdd0905a6e70985e6) + #### [5.8.0](https://github.com/georgejecook/rooibos/compare/5.7.0...5.8.0) +> 25 October 2023 + - WIP: adds support for expecting on global functions and namespace functions [`#241`](https://github.com/georgejecook/rooibos/pull/241) - added docs about rendezvous tracking config flag [`#242`](https://github.com/georgejecook/rooibos/pull/242) - fix spelling [`#239`](https://github.com/georgejecook/rooibos/pull/239) - fixes docs issue [`#238`](https://github.com/georgejecook/rooibos/pull/238) - fixes error that prevented namespaces being correctly resolved [`9dcfa58`](https://github.com/georgejecook/rooibos/commit/9dcfa589168a36baf8e24c180d4120981d6e23cc) +- chore: release v5.8.0 [`e74d87f`](https://github.com/georgejecook/rooibos/commit/e74d87f1e4c1350ded074181c9484692fffa0931) #### [5.7.0](https://github.com/georgejecook/rooibos/compare/5.6.2...5.7.0) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index c4aa5fb5..a3cb4953 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.8.0", + "version": "5.9.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",