diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 8dc4562e..fce2efaa 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,8 +4,20 @@ 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.5.0](https://github.com/georgejecook/rooibos/compare/5.4.2...5.5.0) + +- Feat/async testing [`#223`](https://github.com/georgejecook/rooibos/pull/223) +- [FLAG] Adds keepAppOpen flag [`#212`](https://github.com/georgejecook/rooibos/pull/212) +- Fix build badge and fix readme formatting [`#218`](https://github.com/georgejecook/rooibos/pull/218) +- Fix CI by NOT excluding package-lock [`#219`](https://github.com/georgejecook/rooibos/pull/219) +- Fix formatting [`b8bd259`](https://github.com/georgejecook/rooibos/commit/b8bd2593160256cdabfbc73cd5e84fd6b0dcb29a) +- bump [`5d92599`](https://github.com/georgejecook/rooibos/commit/5d92599c98ffefea051538f2f3d875d686b74b65) +- Remove brackets from bare links [`52337f1`](https://github.com/georgejecook/rooibos/commit/52337f126560dcb4c0f9715199fe9bb734e995e9) + #### [5.4.2](https://github.com/georgejecook/rooibos/compare/5.4.1...5.4.2) +> 21 February 2023 + - Fix/dont iteate m or top, dont loop too many times [`#216`](https://github.com/georgejecook/rooibos/pull/216) #### [5.4.1](https://github.com/georgejecook/rooibos/compare/5.4.0...5.4.1) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 6a3c8163..571cb6e8 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.4.2", + "version": "5.5.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git", @@ -110,4 +110,4 @@ "ts" ] } -} +} \ No newline at end of file