Skip to content

Commit

Permalink
Merge branch 'master' into allow-spacing-in-dotted-get-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Jan 17, 2024
2 parents 77c08d1 + 876c22d commit cd8c486
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.6.38](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.6.37...v1.6.38) - 2024-01-16
### Changed
- upgrade to [brighterscript@0.65.17](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06517---2024-01-16). Notable changes since 0.65.16:
- adds support for libpkg prefix ([brighterscript#1017](https://github.com/rokucommunity/brighterscript/pull/1017))
- Assign .program to the builder BEFORE calling afterProgram ([brighterscript#1011](https://github.com/rokucommunity/brighterscript/pull/1011))



## [1.6.37](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.6.36...v1.6.37) - 2024-01-08
### Changed
- upgrade to [brighterscript@0.65.16](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06516---2024-01-08). Notable changes since 0.65.12:
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brighterscript-formatter",
"version": "1.6.37",
"version": "1.6.38",
"description": "A formatter for BrighterScript, a superset of Roku's BrightScript language, written in JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"brighterscript-formatter": "dist/cli.js"
},
"dependencies": {
"brighterscript": "^0.65.16",
"brighterscript": "^0.65.17",
"glob-all": "^3.3.0",
"jsonc-parser": "^3.0.0",
"source-map": "^0.7.3",
Expand Down

0 comments on commit cd8c486

Please sign in to comment.