From be83282a18dd770dc60265af9d94a7499a1fda69 Mon Sep 17 00:00:00 2001 From: georgejecook Date: Sun, 23 Jul 2023 16:16:40 +0200 Subject: [PATCH] chore: release v5.7.0 --- bsc-plugin/CHANGELOG.md | 9 +++++++++ bsc-plugin/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index c09ee5a5..047ecac9 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,9 +4,18 @@ 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.7.0](https://github.com/georgejecook/rooibos/compare/5.6.2...5.7.0) + +- feat(core): add support for declaring tests as functions. Resolves #235 [`#236`](https://github.com/georgejecook/rooibos/pull/236) +- Proposed fix for anonymous callback crash [`#234`](https://github.com/georgejecook/rooibos/pull/234) +- feat(core): add support for declaring tests as functions. Resolves #235 (#236) [`#235`](https://github.com/georgejecook/rooibos/issues/235) + #### [5.6.2](https://github.com/georgejecook/rooibos/compare/5.6.1...5.6.2) +> 22 June 2023 + - fix: fixes crash when merging groups in a node test [`#233`](https://github.com/georgejecook/rooibos/pull/233) +- chore: release v5.6.2 [`c7d900d`](https://github.com/georgejecook/rooibos/commit/c7d900deed69d109c9bf6a82ff15c190c22fb81c) #### [5.6.1](https://github.com/georgejecook/rooibos/compare/5.6.0...5.6.1) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 3e326905..67abfe6b 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.6.2", + "version": "5.7.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",