File tree 3 files changed +10
-3
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
## [ 4.0.2] - 2023-03-09
10
16
11
17
### Changed
@@ -100,7 +106,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
100
106
101
107
- 🎉 Initial release! 🎉
102
108
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
104
111
[ 4.0.2 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.1...v4.0.2
105
112
[ 4.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.0...v4.0.1
106
113
[ 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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree-haml (4.0.2 )
4
+ syntax_tree-haml (4.0.3 )
5
5
haml (>= 5.2 )
6
6
prettier_print (>= 1.2.1 )
7
7
syntax_tree (>= 6.0.0 )
Original file line number Diff line number Diff line change 2
2
3
3
module SyntaxTree
4
4
module Haml
5
- VERSION = "4.0.2 "
5
+ VERSION = "4.0.3 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments