diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbf52b..612a75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,18 @@ 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.16.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.15.3...0.16.0) +## [0.17.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.16.0...0.17.0) + +### Merged + +- Feat/adds root observer [`#33`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/33) + +### Commits + +- feat(NodeClass): adds @rootObserver so that @observer annotations can specify to not callback when the root object did not change [`96b297a`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/96b297a268a449b97426097414d481c4b7428084) +- bump [`143da89`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/143da89e12d15aa826cbd3f9ac731437d9570408) + +## [0.16.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.15.3...0.16.0) - 2022-01-30 ### Merged diff --git a/package.json b/package.json index 93ed539..ab1b939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maestro-roku-bsc-plugin", - "version": "0.16.0", + "version": "0.17.0", "description": "Visual studio plugin for maestro brightscript development", "files": [ "dist/**/!(*.spec.*)*",