Skip to content

Commit 637723a

Browse files
Update changelog for v1.7.3
1 parent 8a8ea43 commit 637723a

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

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

77

88

9+
## [1.7.3](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.7.2...v1.7.3) - 2024-06-03
10+
### Changed
11+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0672---2024-06-03). Notable changes since 0.67.1:
12+
- Fix crash with optional chaining in signature help ([brighterscript#1207](https://github.com/rokucommunity/brighterscript/pull/1207))
13+
14+
15+
916
## [1.7.2](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.7.1...v1.7.2) - 2024-05-16
1017
### Changed
1118
- fix-node14 ([#91](https://github.com/rokucommunity/brighterscript-formatter/pull/91))

package-lock.json

Lines changed: 7 additions & 7 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
@@ -22,7 +22,7 @@
2222
"brighterscript-formatter": "dist/cli.js"
2323
},
2424
"dependencies": {
25-
"brighterscript": "^0.67.1",
25+
"brighterscript": "^0.67.2",
2626
"glob-all": "^3.3.0",
2727
"jsonc-parser": "^3.0.0",
2828
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)