File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 0.10.2] - 2023-08-22
10+
911### Fixes
1012
1113- Handles formatting empty documents and removing leading new-linews in files with content.
14+ - Removes trailing whitespace from char data if it is the last element in a document, block or group.
1215
1316## [ 0.10.1] - 2023-08-20
1417
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- w_syntax_tree-erb (0.10.1 )
4+ w_syntax_tree-erb (0.10.2 )
55 prettier_print (~> 1.2 , >= 1.2.0 )
66 syntax_tree (~> 6.1 , >= 6.1.1 )
77
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module ERB
5- VERSION = "0.10.1 "
5+ VERSION = "0.10.2 "
66 end
77end
You can’t perform that action at this time.
0 commit comments