From a1be59b86468e176b0933b99db663fcd59839b2a Mon Sep 17 00:00:00 2001 From: George Cook Date: Mon, 20 Mar 2023 19:50:13 +0100 Subject: [PATCH] bump --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65168..bcbe47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.28.2](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.27.0...0.28.2) +## [0.28.4](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.28.1...0.28.4) + +### Merged + +- fixes dot syntax not working with @sync [`#82`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/82) + +### Commits + +- bump [`e873a65`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/e873a658cd95afcef4cf72189508cf06f8f34a36) +- bump [`49244d2`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/49244d272ea00719d973c6debd0633d5a8927f16) +- fix for error message crash [`20744aa`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/20744aab09a3997eabb163a0078b3cdff92fbf8e) + +## [0.28.1](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.27.0...0.28.1) - 2023-03-03 ### Merged diff --git a/package.json b/package.json index d550dee..9f4824f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maestro-roku-bsc-plugin", - "version": "0.28.3", + "version": "0.28.4", "description": "Visual studio plugin for maestro brightscript development", "files": [ "dist/**/!(*.spec.*)*",