diff --git a/CHANGELOG.md b/CHANGELOG.md index 5717c8d5..bd10dd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ 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). -#### [v4.3.0](https://github.com/georgejecook/rooibos/compare/4.2.1...v4.3.0) +#### [v4.3.1](https://github.com/georgejecook/rooibos/compare/4.2.1...v4.3.1) +- chore: update docs [`#131`](https://github.com/georgejecook/rooibos/pull/131) - Beta [`#121`](https://github.com/georgejecook/rooibos/pull/121) - add workflow [`4b235e9`](https://github.com/georgejecook/rooibos/commit/4b235e93175fb52763687c3c8f128672565b89d5) +- version bump [`a064344`](https://github.com/georgejecook/rooibos/commit/a06434458cf3f25fd84d2c06af677addf1efcfae) - Update build.yml [`8833bc5`](https://github.com/georgejecook/rooibos/commit/8833bc54afffe9ddb737ec39d943c8321c0b911c) -- Update build.yml [`b9bac26`](https://github.com/georgejecook/rooibos/commit/b9bac26b631a9c73551ac6af9cafc19a175c9877) #### [4.2.1](https://github.com/georgejecook/rooibos/compare/4.1.1...4.2.1) @@ -263,10 +264,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bounce to 2.1.0 [`ee85712`](https://github.com/georgejecook/rooibos/commit/ee85712ba3b9534d1b1c12f35021fde1aa3cffac) - updates travis ci and readme [`e849134`](https://github.com/georgejecook/rooibos/commit/e849134ddc7b492a1ff7f011edfc1a064adc518c) -### [2.0.0](https://github.com/georgejecook/rooibos/compare/0.4.1...2.0.0) +### [2.0.0](https://github.com/georgejecook/rooibos/compare/0.4.3...2.0.0) > 18 February 2019 +#### [0.4.3](https://github.com/georgejecook/rooibos/compare/0.4.1...0.4.3) + +> 18 May 2021 + +- Beta [`#121`](https://github.com/georgejecook/rooibos/pull/121) +- add workflow [`4b235e9`](https://github.com/georgejecook/rooibos/commit/4b235e93175fb52763687c3c8f128672565b89d5) +- version bump [`a064344`](https://github.com/georgejecook/rooibos/commit/a06434458cf3f25fd84d2c06af677addf1efcfae) +- Update build.yml [`8833bc5`](https://github.com/georgejecook/rooibos/commit/8833bc54afffe9ddb737ec39d943c8321c0b911c) + #### [0.4.1](https://github.com/georgejecook/rooibos/compare/v0.2...0.4.1) > 9 February 2021 diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 8347291d..9ad5d80c 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "4.3.0", + "version": "4.3.1", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "files": [ "dist/**/!(*.spec.*)*" diff --git a/package.json b/package.json index 9bf46664..1a907083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rooibos", - "version": "4.3.0", + "version": "4.3.1", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps", "files": [ "dist/**/!(manifest)*"