Skip to content

Commit 23ec9a8

Browse files
committed
Bump to v1.3.1
1 parent c70f904 commit 23ec9a8

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff 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.3.1] - 2022-08-01
10+
11+
### Changed
12+
13+
- Use Syntax Tree to handle properly quoting strings.
14+
915
## [1.3.0] - 2022-07-22
1016

1117
### Added
@@ -48,7 +54,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4854

4955
- 🎉 Initial release! 🎉
5056

51-
[unreleased]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.1...HEAD
57+
[unreleased]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.1...HEAD
58+
[1.3.1]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.0...v1.3.1
59+
[1.3.0]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.1...v1.3.0
5260
[1.2.1]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.0...v1.2.1
5361
[1.2.0]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.1.0...v1.2.0
5462
[1.1.0]: https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.0.1...v1.1.0

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_tree-haml (1.3.0)
4+
syntax_tree-haml (1.3.1)
55
haml (>= 5.2)
66
prettier_print
77
syntax_tree (>= 2.0.1)
@@ -25,7 +25,7 @@ GEM
2525
syntax_tree (3.2.1)
2626
prettier_print
2727
temple (0.8.2)
28-
tilt (2.0.10)
28+
tilt (2.0.11)
2929

3030
PLATFORMS
3131
ruby

lib/syntax_tree/haml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SyntaxTree
44
module Haml
5-
VERSION = "1.3.0"
5+
VERSION = "1.3.1"
66
end
77
end

0 commit comments

Comments
 (0)