diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 1b0c8c86..c09ee5a5 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,9 +4,16 @@ 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.2](https://github.com/georgejecook/rooibos/compare/5.6.1...5.6.2) + +- fix: fixes crash when merging groups in a node test [`#233`](https://github.com/georgejecook/rooibos/pull/233) + #### [5.6.1](https://github.com/georgejecook/rooibos/compare/5.6.0...5.6.1) +> 7 June 2023 + - Fix coverage files import [`#232`](https://github.com/georgejecook/rooibos/pull/232) +- chore: release v5.6.1 [`58cef81`](https://github.com/georgejecook/rooibos/commit/58cef81b1c8e679b78f50310e13c65fdb5936ffa) #### [5.6.0](https://github.com/georgejecook/rooibos/compare/5.5.3...5.6.0) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index d0149f71..3e326905 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.6.1", + "version": "5.6.2", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",