brighterscript-formatter
Advanced tools
Comparing version
@@ -9,2 +9,10 @@ # Changelog | ||
## [1.7.14](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.13...v1.7.14) - 2025-05-12 | ||
### Changed | ||
- upgrade to [brighterscript@0.69.9](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0699---2025-05-09). Notable changes since 0.69.8: | ||
- removed no-throw-literal lint rule ([brighterscript#1489](https://github.com/rokucommunity/brighterscript/pull/1489)) | ||
- Add `bsc0` cli binary name ([brighterscript#1490](https://github.com/rokucommunity/brighterscript/pull/1490)) | ||
## [1.7.13](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.12...v1.7.13) - 2025-05-06 | ||
@@ -11,0 +19,0 @@ ### Changed |
{ | ||
"name": "brighterscript-formatter", | ||
"version": "1.7.13", | ||
"version": "1.7.14", | ||
"description": "A formatter for BrighterScript, a superset of Roku's BrightScript language, written in JavaScript", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"brighterscript": "^0.69.8", | ||
"brighterscript": "^0.69.9", | ||
"glob-all": "^3.3.0", | ||
@@ -29,0 +29,0 @@ "jsonc-parser": "^3.0.0", |
367286
0.15%Updated