From da0fe437eb9b0b2dc8351356fff06ab488b301c1 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 8 Nov 2022 18:20:19 -0500 Subject: [PATCH] Update changelog for v0.60.6 --- CHANGELOG.md | 7 +++++++ package.json | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cd0139d..f27db86c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.60.6](https://github.com/rokucommunity/brighterscript/compare/v0.60.5...0.60.6) - 2022-11-08 +### Fixed + - double `super` call transpile in subclasses ([#740](https://github.com/rokucommunity/brighterscript/pull/740)) + - issues with Roku doc scraper and adds missing components ([#736](https://github.com/rokucommunity/brighterscript/pull/736)) + + + ## [0.60.5](https://github.com/rokucommunity/brighterscript/compare/v0.60.4...0.60.5) - 2022-11-03 ### Changed - Refactor SymbolTable and AST parent logic so that SymbolTables get their parent symbol table from its own (AstNode) ([#732](https://github.com/rokucommunity/brighterscript/pull/732)) diff --git a/package.json b/package.json index b230a8c7f..b4f6eef64 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "benchmark": "node ./benchmarks/index.js", "scrape-roku-docs": "ts-node scripts/scrape-roku-docs.ts", "rescrape-roku-docs": "rm scripts/.cache.json && ts-node scripts/scrape-roku-docs.ts" - }, "mocha": { "spec": "src/**/*.spec.ts",