File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
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
+ ## [ 1.3.2] - 2022-09-19
10
+
11
+ ### Added
12
+
13
+ - Properly support unescaping plain and script.
14
+
9
15
## [ 1.3.1] - 2022-08-01
10
16
11
17
### Changed
@@ -54,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
54
60
55
61
- 🎉 Initial release! 🎉
56
62
57
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.1...HEAD
63
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.2...HEAD
64
+ [ 1.3.2 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.1...v1.3.2
58
65
[ 1.3.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.0...v1.3.1
59
66
[ 1.3.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.1...v1.3.0
60
67
[ 1.2.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree-haml (1.3.1 )
4
+ syntax_tree-haml (1.3.2 )
5
5
haml (>= 5.2 )
6
6
prettier_print
7
7
syntax_tree (>= 2.0.1 )
22
22
simplecov_json_formatter (~> 0.1 )
23
23
simplecov-html (0.12.3 )
24
24
simplecov_json_formatter (0.1.4 )
25
- syntax_tree (3.5 .0 )
25
+ syntax_tree (3.6 .0 )
26
26
prettier_print
27
27
temple (0.8.2 )
28
28
tilt (2.0.11 )
Original file line number Diff line number Diff line change 2
2
3
3
module SyntaxTree
4
4
module Haml
5
- VERSION = "1.3.1 "
5
+ VERSION = "1.3.2 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments