Skip to content

Commit

Permalink
chore: release v0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Nov 8, 2023
1 parent 328cfb9 commit 85585d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [0.71.0](https://github.com/georgejecook/maestro-roku/compare/0.70.0...0.71.0)
## [0.72.0](https://github.com/georgejecook/maestro-roku/compare/0.71.0...0.72.0)

### Merged

- Track task usage [`#414`](https://github.com/georgejecook/maestro-roku/pull/414)

### Commits

- track task usage in task state callback [`69c353a`](https://github.com/georgejecook/maestro-roku/commit/69c353abe7236f0bffb17280a2c1ae257df2e8a5)
- addresed pr comments [`4ea15de`](https://github.com/georgejecook/maestro-roku/commit/4ea15de7c016c6e7295a71d50ec18fb6e099c224)
- added node for tracking task usage [`efcdb05`](https://github.com/georgejecook/maestro-roku/commit/efcdb05a92f364da8f21d2414e112d8fcc31fcf1)
- track task usage if isTrackingTaskUsage flag is set to true [`1526774`](https://github.com/georgejecook/maestro-roku/commit/1526774375d9a4b5eb627639ac8e5ffbef99c820)
- improved logging to log currently running tasks [`55a1aa5`](https://github.com/georgejecook/maestro-roku/commit/55a1aa57f2d968108709abbf9ad30728ba573051)

## [0.71.0](https://github.com/georgejecook/maestro-roku/compare/0.70.0...0.71.0) - 2023-10-25

### Merged

Expand All @@ -20,6 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat/temp-language) : nameOrfontPath [`5a0a844`](https://github.com/georgejecook/maestro-roku/commit/5a0a844225fbcc0d039cca8f9b0fcc1cbb4be253)
- feat/temp-language) : addded global path [`d68c84d`](https://github.com/georgejecook/maestro-roku/commit/d68c84dfbca432688f0b771b351754bc26785467)
- feat(temp-language) : added unit tests [`9bfc9d1`](https://github.com/georgejecook/maestro-roku/commit/9bfc9d1b923098b2efe3ddd17e0bcbe50bb47f23)
- chore: release v0.71.0 [`1f1ed3e`](https://github.com/georgejecook/maestro-roku/commit/1f1ed3ec43b83249fe48f7cb0be10fe86de8f6ce)

## [0.70.0](https://github.com/georgejecook/maestro-roku/compare/0.69.0...0.70.0) - 2023-10-16

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maestro-roku",
"version": "0.71.0",
"version": "0.72.0",
"description": "A development platform for building roku channels in brighterscript",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 85585d2

Please sign in to comment.