Skip to content

Commit

Permalink
v0.9.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwessman authored Jun 28, 2023
1 parent 8b5aca9 commit b43c4d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [0.9.1] - 2023-06-28

- Handle formatting of multi-line ERB-tags with more than one statement.

## [0.9.0] - 2023-06-22
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.9.0)
w_syntax_tree-erb (0.9.1)
prettier_print (>= 1.2.0)
syntax_tree (>= 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.9.0"
VERSION = "0.9.1"
end
end

0 comments on commit b43c4d6

Please sign in to comment.