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+ ## [ 1.2.1] - 2022-07-22
10+
11+ ### Changed
12+
13+ - Fix formatting for when empty ` %div ` or ` %div ` with no attributes and just children is present.
14+
915## [ 1.2.0] - 2022-05-13
1016
1117### Added
@@ -36,7 +42,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3642
3743- 🎉 Initial release! 🎉
3844
39- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.0...HEAD
45+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.1...HEAD
46+ [ 1.2.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.0...v1.2.1
4047[ 1.2.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.1.0...v1.2.0
4148[ 1.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.0.1...v1.1.0
4249[ 1.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree-haml (1.2.0 )
4+ syntax_tree-haml (1.2.1 )
55 haml (>= 5.2 )
66 prettier_print
77 syntax_tree (>= 2.0.1 )
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module Haml
5- VERSION = "1.2.0 "
5+ VERSION = "1.2.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments