Skip to content

Commit

Permalink
v0.9.2 2023-06-30 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwessman authored Jun 30, 2023
1 parent 7a4c3bd commit 3dbc3d9
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.2] - 2023-06-30

- Handle whitespace in HTML-strings using ERB-tags

## [0.9.1] - 2023-06-28
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.1)
w_syntax_tree-erb (0.9.2)
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.1"
VERSION = "0.9.2"
end
end

0 comments on commit 3dbc3d9

Please sign in to comment.