diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 8499b56f..361466bb 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,10 +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.0.0](https://github.com/georgejecook/rooibos/compare/4.8.2...5.0.0) + +- fix(asserts): improves like,and imrpoves output for types, across the board [`#171`](https://github.com/georgejecook/rooibos/pull/171) +- Use AstEditor for all transpile modifications [`#159`](https://github.com/georgejecook/rooibos/pull/159) + +#### [4.8.2](https://github.com/georgejecook/rooibos/compare/4.8.1...4.8.2) + +> 9 May 2022 + #### [4.8.1](https://github.com/georgejecook/rooibos/compare/4.8.0...4.8.1) +> 9 May 2022 + - Feat/update to bsc 0.49.0 [`#167`](https://github.com/georgejecook/rooibos/pull/167) -- bump [`0707ec8`](https://github.com/georgejecook/rooibos/commit/0707ec8d79cba8ffc7f6ab1cc62e527283f3a21a) #### [4.8.0](https://github.com/georgejecook/rooibos/compare/4.7.0...4.8.0) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 243927b4..812f501f 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "4.8.2", + "version": "5.0.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",