Skip to content

Commit c9a3880

Browse files
committed
Update for 0.1.6
1 parent 82ced1c commit c9a3880

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.6 2017-11-10
2+
### minor enhancements
3+
* removes newlines from `{% haml %}` includes - ([@pedrozath][])
4+
15
## 0.1.5 2016-12-30
26
### minor enhancements
37
* Fixed an error with Jekyll 3.3.0 and later https://github.com/samvincent/jekyll-haml/issues/19

lib/jekyll-haml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Haml
3-
VERSION = '0.1.5'.freeze
3+
VERSION = '0.1.6'.freeze
44
end
55
end

0 commit comments

Comments
 (0)