From ca6bc4be44ef3c73871e306df8a4cfff3d6df184 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Sun, 5 Jul 2020 21:29:57 -0400 Subject: [PATCH] update changelog for 0.10.11 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497cc1f50..88496fe62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [0.10.10] +## [0.10.11] - 2020-07-05 + - Fix bug that would fail to copy files to staging without explicitly specifying `stagingFolderpath`. [#129](https://github.com/rokucommunity/brighterscript/issues/129) + + + +## [0.10.10] - 2020-06-12 ### Fixed - include the missing `bslib.brs` file in the npm package which was causing errors during transpile. -## [0.10.9] +## [0.10.9] 2020-06-12 ### Added - bslib.brs gets copied to `pkg:/source` and added as an import to every component on transpile. - several timing logs under the `"info"` log level.