Skip to content

Commit f24718a

Browse files
authored
Release v0.10.2 (#59)
1 parent 67cc3e9 commit f24718a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

lib/syntax_tree/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SyntaxTree
44
module ERB
5-
VERSION = "0.10.1"
5+
VERSION = "0.10.2"
66
end
77
end

0 commit comments

Comments
 (0)