We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5aca9 commit b43c4d6Copy full SHA for b43c4d6
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [0.9.1] - 2023-06-28
10
+
11
- Handle formatting of multi-line ERB-tags with more than one statement.
12
13
## [0.9.0] - 2023-06-22
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- w_syntax_tree-erb (0.9.0)
+ w_syntax_tree-erb (0.9.1)
5
prettier_print (>= 1.2.0)
syntax_tree (>= 6.1.1)
lib/syntax_tree/erb/version.rb
@@ -2,6 +2,6 @@
module SyntaxTree
module ERB
- VERSION = "0.9.0"
+ VERSION = "0.9.1"
end
0 commit comments