diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index a9a46c96..b50eb97e 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.2.0](https://github.com/georgejecook/rooibos/compare/5.1.0...5.2.0) +#### [5.2.1](https://github.com/georgejecook/rooibos/compare/5.2.0...5.2.1) -- fix(stubs): do not update non-mockable objects, needlessly [`#177`](https://github.com/georgejecook/rooibos/pull/177) +- Feat/allow pointers for assert class [`#178`](https://github.com/georgejecook/rooibos/pull/178) - bump [`9784ac4`](https://github.com/georgejecook/rooibos/commit/9784ac43142be2f96f9374003cdcab687b9475dd) -- bump [`e297fc9`](https://github.com/georgejecook/rooibos/commit/e297fc9aa209545d10426ef85c7e38f67797c2ee) +- bump [`ac34aca`](https://github.com/georgejecook/rooibos/commit/ac34aca4061d58d779c97f2f0f52c5dc39cf6f0c) - update to bsc 0.50.0 [`da4fdc1`](https://github.com/georgejecook/rooibos/commit/da4fdc1ffc48d7fd0dd88068e8e896341a98e64c) +#### [5.2.0](https://github.com/georgejecook/rooibos/compare/5.1.1...5.2.0) + +> 8 June 2022 + +#### [5.1.1](https://github.com/georgejecook/rooibos/compare/5.1.0...5.1.1) + +> 8 June 2022 + +- fix(stubs): do not update non-mockable objects, needlessly [`#177`](https://github.com/georgejecook/rooibos/pull/177) +- bump [`e297fc9`](https://github.com/georgejecook/rooibos/commit/e297fc9aa209545d10426ef85c7e38f67797c2ee) + #### [5.1.0](https://github.com/georgejecook/rooibos/compare/5.0.3...5.1.0) > 7 June 2022 diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 5fa5e2a6..1363c8c0 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.2.0", + "version": "5.2.1", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",