Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PadraigK committed Sep 20, 2023
1 parent c969677 commit f55fecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion SwiftFormat.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.0.2

* Fixes an issue where the formatter would error if there was a newline in `.swift-version`. Thanks for reporting @hisaac!
* Removes a misleading placeholder from the swift version setting.

## Version 1.0.1

* Bumps the bundled SwiftFormat version to 0.52.4
Expand All @@ -6,4 +11,4 @@

Initial release 🥰

* Includes bundled SwiftFormat version: 0.52.3
* Includes bundled SwiftFormat version: 0.52.3
2 changes: 1 addition & 1 deletion SwiftFormat.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Runs SwiftFormat when Swift files are saved.",
"bugs": "https://github.com/PadraigK/swiftformat-nova/issues",
"repository": "https://github.com/PadraigK/swiftformat-nova",
"version": "1.0.1",
"version": "1.0.2",
"categories": ["formatters", "commands"],

"main": "main.js",
Expand Down

0 comments on commit f55fecd

Please sign in to comment.