Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 18, 2021
1 parent e8e5cea commit a064344
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ 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.2.1](https://github.com/georgejecook/rooibos/compare/4.1.1...v4.2.1)
#### [v4.3.0](https://github.com/georgejecook/rooibos/compare/4.2.1...v4.3.0)

- Beta [`#121`](https://github.com/georgejecook/rooibos/pull/121)
- add workflow [`4b235e9`](https://github.com/georgejecook/rooibos/commit/4b235e93175fb52763687c3c8f128672565b89d5)
- 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)

> 22 April 2021
- fix(framework): Fixes framework tests [`7008e9d`](https://github.com/georgejecook/rooibos/commit/7008e9de1f21c78948a58eafdf3c7a799f0b454c)
- version bump [`a5dc306`](https://github.com/georgejecook/rooibos/commit/a5dc30636e911744c57912619603fc641c33ea90)
Expand Down Expand Up @@ -107,14 +116,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat(core): Adds lcov report, and moves test files to brighterscript [`99b8d50`](https://github.com/georgejecook/rooibos/commit/99b8d50a7c0668c0bca29eedfdc190ebe10ff7e7)
- feat: lcov support [`0cfb918`](https://github.com/georgejecook/rooibos/commit/0cfb91813587fb26a7be1e3f64ad798be2e86b83)

#### [3.3.0](https://github.com/georgejecook/rooibos/compare/3.2.1...3.3.0)
#### [3.3.0](https://github.com/georgejecook/rooibos/compare/3.2.2...3.3.0)

> 26 September 2019
- feat: Increase mocks limit to 25 - it is now possible to create up to 25 mocks for a given test suite. [`#73`](https://github.com/georgejecook/rooibos/pull/73)
- chore:adds changelog generator to dependencies [`22a2530`](https://github.com/georgejecook/rooibos/commit/22a25308cd4d448c4cdd01087dc43cda74ca82d5)
- version bounce, remove file that should not be scm [`0e60d54`](https://github.com/georgejecook/rooibos/commit/0e60d549504dda61ed53b3cb55aa005c20b123ca)
- fix: fixes incorrect reporting of version numbers during test run [`e820831`](https://github.com/georgejecook/rooibos/commit/e820831823993e33a6581926701d8263f7826fc4)
- bounc to 3.3.0 [`7652747`](https://github.com/georgejecook/rooibos/commit/7652747a5f3ec52b5126c18f3b8f96271ec3d3f2)

#### [3.2.2](https://github.com/georgejecook/rooibos/compare/3.2.1...3.2.2)

> 22 September 2019
- version bounce, remove file that should not be scm [`0e60d54`](https://github.com/georgejecook/rooibos/commit/0e60d549504dda61ed53b3cb55aa005c20b123ca)
- fix: fixes incorrect reporting of version numbers during test run [`e3f8810`](https://github.com/georgejecook/rooibos/commit/e3f88108f3b09d21f487b04a9afcd53861a21219)
- ignore generated dist file in sample project [`ff2a592`](https://github.com/georgejecook/rooibos/commit/ff2a59230d77a447f1c9083004eda1c57f7ea9c2)

#### [3.2.1](https://github.com/georgejecook/rooibos/compare/3.2.0...3.2.1)

Expand Down
2 changes: 1 addition & 1 deletion bsc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooibos-roku",
"version": "4.2.1",
"version": "4.3.0",
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin",
"files": [
"dist/**/!(*.spec.*)*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooibos",
"version": "4.2.1",
"version": "4.3.0",
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps",
"files": [
"dist/**/!(manifest)*"
Expand Down

0 comments on commit a064344

Please sign in to comment.