File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 4.0.3] - 2023-03-12
10+
11+ ### Changed
12+
13+ - Fixed a bug where blank lines were being inserted into filter nodes accidentally.
14+
915## [ 4.0.2] - 2023-03-09
1016
1117### Changed
@@ -100,7 +106,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
100106
101107- 🎉 Initial release! 🎉
102108
103- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.2...HEAD
109+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.3...HEAD
110+ [ 4.0.3 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.2...v4.0.3
104111[ 4.0.2 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.1...v4.0.2
105112[ 4.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.0...v4.0.1
106113[ 4.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v3.0.0...v4.0.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree-haml (4.0.2 )
4+ syntax_tree-haml (4.0.3 )
55 haml (>= 5.2 )
66 prettier_print (>= 1.2.1 )
77 syntax_tree (>= 6.0.0 )
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module Haml
5- VERSION = "4.0.2 "
5+ VERSION = "4.0.3 "
66 end
77end
You can’t perform that action at this time.
0 commit comments