Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 26, 2022
1 parent c2cb3f1 commit 7e1806c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,48 @@ 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.48.4](https://github.com/georgejecook/maestro-roku/compare/0.48.3...0.48.4)
## [0.49.1](https://github.com/georgejecook/maestro-roku/compare/0.49.0...0.49.1)

### Merged

- fix(core): addresses crash when stripping logs from erroneous line of… [`#189`](https://github.com/georgejecook/maestro-roku/pull/189)
- Fix/linting fixes [`#188`](https://github.com/georgejecook/maestro-roku/pull/188)

### Commits

- fix(core): fixes issues after updating packages [`070e1dd`](https://github.com/georgejecook/maestro-roku/commit/070e1ddc5337c30c52c197a292a7badc81ed27c8)
- Addresses linting fixes [`63b636a`](https://github.com/georgejecook/maestro-roku/commit/63b636afd7078ba5d4a070641d0cc8d479b902df)
- fix(core): addresses crash when stripping logs from erroneous line of code [`7dca5e5`](https://github.com/georgejecook/maestro-roku/commit/7dca5e57316dec61b22276e7b882b11f1d010602)
- removes errant @only [`a64acf2`](https://github.com/georgejecook/maestro-roku/commit/a64acf269f41214fc6ef4afca30b5a9e22ff08fd)

## [0.49.0](https://github.com/georgejecook/maestro-roku/compare/0.48.5...0.49.0) - 2022-05-23

### Merged

- fix(core): adds ability to pass a simple value into asXXX/getXXX [`#186`](https://github.com/georgejecook/maestro-roku/pull/186)
- feat(collections): supports auto injection of m [`#184`](https://github.com/georgejecook/maestro-roku/pull/184)
- fix(core): adds missing getXXX methods [`#185`](https://github.com/georgejecook/maestro-roku/pull/185)
- adds context to map, filter, sort, etc [`#182`](https://github.com/georgejecook/maestro-roku/pull/182)

### Commits

- fixes pacakge [`872c1b3`](https://github.com/georgejecook/maestro-roku/commit/872c1b30861c27d4c572cee7e77d69ac0c7631e6)
- bump [`c3edb01`](https://github.com/georgejecook/maestro-roku/commit/c3edb01e03f8ea188c0e94573afe153240da8edb)
- bump [`185d4ff`](https://github.com/georgejecook/maestro-roku/commit/185d4ff3f76d3b3e7e994ebd98de552ec7549dca)

## [0.48.5](https://github.com/georgejecook/maestro-roku/compare/0.48.4...0.48.5) - 2022-05-16

### Merged

- Fix/launch sequence loading [`#176`](https://github.com/georgejecook/maestro-roku/pull/176)

### Commits

- fix(LaunchSequence): adds more resilience and better logging [`8626c2b`](https://github.com/georgejecook/maestro-roku/commit/8626c2b98ae52ad7214469e3452dd567b7535bb6)
- bump [`6418824`](https://github.com/georgejecook/maestro-roku/commit/64188244e7d9dced3b1ea8b0a7c676195ae84146)
- fix(LaunchSequence): adds more resilience and better logging [`d713706`](https://github.com/georgejecook/maestro-roku/commit/d7137069499c15c005413aca5b503d515154b1cf)

## [0.48.4](https://github.com/georgejecook/maestro-roku/compare/0.48.3...0.48.4) - 2022-05-09

### Merged

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": "maestro-roku",
"version": "0.49.0",
"version": "0.49.1",
"description": "A development platform for building roku channels in brighterscript",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 7e1806c

Please sign in to comment.