Skip to content

Commit 37f7cac

Browse files
2 parents f65117a + 1d17760 commit 37f7cac

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [1.7.21](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.20...v1.7.21) - 2026-03-09
10+
### Fixed
11+
- Fix type statement with typed function indenting ([#116](https://github.com/rokucommunity/brighterscript-formatter/pull/116))
12+
13+
14+
915
## [1.7.20](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.19...v1.7.20) - 2025-10-31
1016
### Changed
1117
- chore: support OIDC for publishing ([#114](https://github.com/rokucommunity/brighterscript-formatter/pull/114))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brighterscript-formatter",
3-
"version": "1.7.20",
3+
"version": "1.7.21",
44
"description": "A formatter for BrighterScript, a superset of Roku's BrightScript language, written in JavaScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)