diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index fbd02f91..d52a90a5 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,10 +4,26 @@ 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.6.0](https://github.com/georgejecook/rooibos/compare/5.5.3...5.6.0) + +- Adds release-it-stuff [`#231`](https://github.com/georgejecook/rooibos/pull/231) +- docs: adds documentation for code coverage [`#230`](https://github.com/georgejecook/rooibos/pull/230) +- Fix code coverage [`#209`](https://github.com/georgejecook/rooibos/pull/209) + +#### [5.5.3](https://github.com/georgejecook/rooibos/compare/5.5.2...5.5.3) + +> 30 May 2023 + +- fix(runner): addresses crash on tests-scene [`#229`](https://github.com/georgejecook/rooibos/pull/229) +- Release 5.5.3 [`7afe7bf`](https://github.com/georgejecook/rooibos/commit/7afe7bf227ad20601535fce50955402adb8f4139) + #### [5.5.2](https://github.com/georgejecook/rooibos/compare/5.5.1...5.5.2) +> 12 May 2023 + - Feat/custom test scene [`#225`](https://github.com/georgejecook/rooibos/pull/225) - bump [`1f6a108`](https://github.com/georgejecook/rooibos/commit/1f6a108fed26308f082cc6f1650e06c19ce0e03e) +- bump [`d366831`](https://github.com/georgejecook/rooibos/commit/d366831cf587fe87faccb999ba3310be19f61eb3) #### [5.5.1](https://github.com/georgejecook/rooibos/compare/5.5.0...5.5.1) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 0009dd75..1cfed635 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.5.3", + "version": "5.6.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git", @@ -117,4 +117,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +}