Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Apr 4, 2022
1 parent f963827 commit c6a5dfe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,30 @@ 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.18.1](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.17.0...0.18.1)
## [0.19.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.18.1...0.19.0)

### Merged

- updates to bsc 0.45.2 [`#35`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/35)
- imrpoves error logging and diagnostics [`#37`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/37)
- Feat/as type support [`#36`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/36)

### Commits

- adds support for swizzling asXXX functions, so that we can do instance invocations, as a polyfill for optional chaining [`9a7f2b2`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/9a7f2b2cb61785223caff24b0bc69195a634dd43)

## [0.18.1](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.18.0...0.18.1) - 2022-02-26

### Commits

- bump [`65fda9d`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/65fda9d3672cd40ad7fe192eca774b226826499e)
- bump [`1989c42`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/1989c42a9b8d10c1639450f9ca4c4ef9a4fe1b1d)

## [0.18.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.17.0...0.18.0) - 2022-02-26

### Merged

- updates to bsc 0.45.2 [`#35`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/35)

## [0.17.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.16.0...0.17.0) - 2022-02-14

### 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-bsc-plugin",
"version": "0.18.1",
"version": "0.19.0",
"description": "Visual studio plugin for maestro brightscript development",
"files": [
"dist/**/!(*.spec.*)*",
Expand Down

0 comments on commit c6a5dfe

Please sign in to comment.