Skip to content

Commit f55fecd

Browse files
committed
Release 1.0.2
1 parent c969677 commit f55fecd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 1.0.2
2+
3+
* Fixes an issue where the formatter would error if there was a newline in `.swift-version`. Thanks for reporting @hisaac!
4+
* Removes a misleading placeholder from the swift version setting.
5+
16
## Version 1.0.1
27

38
* Bumps the bundled SwiftFormat version to 0.52.4
@@ -6,4 +11,4 @@
611

712
Initial release 🥰
813

9-
* Includes bundled SwiftFormat version: 0.52.3
14+
* Includes bundled SwiftFormat version: 0.52.3

SwiftFormat.novaextension/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Runs SwiftFormat when Swift files are saved.",
77
"bugs": "https://github.com/PadraigK/swiftformat-nova/issues",
88
"repository": "https://github.com/PadraigK/swiftformat-nova",
9-
"version": "1.0.1",
9+
"version": "1.0.2",
1010
"categories": ["formatters", "commands"],
1111

1212
"main": "main.js",

0 commit comments

Comments
 (0)