From 3e23360a2539ce31190589be096df1141c0733dc Mon Sep 17 00:00:00 2001 From: George Cook Date: Wed, 25 May 2022 20:14:51 +0200 Subject: [PATCH] bump --- bsc-plugin/CHANGELOG.md | 7 +++++++ bsc-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index b34bdcbc..63ea67b4 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,8 +4,15 @@ 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.3](https://github.com/georgejecook/rooibos/compare/5.0.2...5.0.3) + +- fix(core): uses lifecycle hooks correctly, so as to not transpile files before enums and other bsc plugin tasks have occurred [`#175`](https://github.com/georgejecook/rooibos/pull/175) +- bump [`1d3b0a8`](https://github.com/georgejecook/rooibos/commit/1d3b0a87dcc36d1a541bec39032440c666ca501d) + #### [5.0.2](https://github.com/georgejecook/rooibos/compare/5.0.1...5.0.2) +> 24 May 2022 + - Fix/fix incorrect empty message [`#173`](https://github.com/georgejecook/rooibos/pull/173) - bump [`0ef4322`](https://github.com/georgejecook/rooibos/commit/0ef43227f2a4dc3489e418ac1035b738577e8924) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index c2b2dfb5..945b97bc 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.0.2", + "version": "5.0.3", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",