Skip to content

Commit da363ef

Browse files
1.7.15 (#105)
2 parents a970f59 + 30c6367 commit da363ef

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

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.15](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.14...v1.7.15) - 2025-06-03
10+
### Changed
11+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06910---2025-06-03). Notable changes since 0.69.9:
12+
13+
14+
915
## [1.7.14](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.13...v1.7.14) - 2025-05-12
1016
### Changed
1117
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0699---2025-05-09). Notable changes since 0.69.8:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brighterscript-formatter",
3-
"version": "1.7.14",
3+
"version": "1.7.15",
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",
@@ -23,7 +23,7 @@
2323
"brighterscript-formatter": "dist/cli.js"
2424
},
2525
"dependencies": {
26-
"brighterscript": "^0.69.9",
26+
"brighterscript": "^0.69.10",
2727
"glob-all": "^3.3.0",
2828
"jsonc-parser": "^3.0.0",
2929
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)