Skip to content

Commit 8a91fe6

Browse files
committed
Bump to version 4.0.3
1 parent f9e1687 commit 8a91fe6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-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+
## [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

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

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 = "4.0.2"
5+
VERSION = "4.0.3"
66
end
77
end

0 commit comments

Comments
 (0)