Skip to content

Commit

Permalink
Release v0.10.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwessman authored Aug 22, 2023
1 parent 67cc3e9 commit f24718a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [0.10.2] - 2023-08-22

### Fixes

- Handles formatting empty documents and removing leading new-linews in files with content.
- Removes trailing whitespace from char data if it is the last element in a document, block or group.

## [0.10.1] - 2023-08-20

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
w_syntax_tree-erb (0.10.1)
w_syntax_tree-erb (0.10.2)
prettier_print (~> 1.2, >= 1.2.0)
syntax_tree (~> 6.1, >= 6.1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/syntax_tree/erb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module SyntaxTree
module ERB
VERSION = "0.10.1"
VERSION = "0.10.2"
end
end

0 comments on commit f24718a

Please sign in to comment.