Skip to content

Commit

Permalink
Merge branch 'master' into issue-77-formatter-with-keywords-in-functi…
Browse files Browse the repository at this point in the history
…on-name
  • Loading branch information
TwitchBronBron authored Jan 22, 2025
2 parents 7e8ae0c + 27440dd commit 2dee637
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.7.8](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.7.7...v1.7.8) - 2025-01-13
### Changed
- upgrade to [brighterscript@0.68.3](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0683---2025-01-13)



## [1.7.7](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.7.6...v1.7.7) - 2024-12-20
### Changed
- upgrade to [brighterscript@0.68.2](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0682---2024-12-06). Notable changes since 0.67.8:
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.7.7",
"version": "1.7.8",
"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.68.2",
"brighterscript": "^0.68.3",
"glob-all": "^3.3.0",
"jsonc-parser": "^3.0.0",
"source-map": "^0.7.3",
Expand Down

0 comments on commit 2dee637

Please sign in to comment.