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 7a4c3bd commit 3dbc3d9Copy full SHA for 3dbc3d9
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.2] - 2023-06-30
10
+
11
- Handle whitespace in HTML-strings using ERB-tags
12
13
## [0.9.1] - 2023-06-28
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- w_syntax_tree-erb (0.9.1)
+ w_syntax_tree-erb (0.9.2)
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.1"
+ VERSION = "0.9.2"
end
0 commit comments