We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ced1c commit c9a3880Copy full SHA for c9a3880
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.6 2017-11-10
2
+### minor enhancements
3
+ * removes newlines from `{% haml %}` includes - ([@pedrozath][])
4
+
5
## 0.1.5 2016-12-30
6
### minor enhancements
7
* Fixed an error with Jekyll 3.3.0 and later https://github.com/samvincent/jekyll-haml/issues/19
lib/jekyll-haml/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Haml
- VERSION = '0.1.5'.freeze
+ VERSION = '0.1.6'.freeze
end
0 commit comments