Skip to content

Commit 548ee2d

Browse files
author
Sascha Spreitzer
committed
Bump version
1 parent e84408a commit 548ee2d

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.4 2016-06-01
2+
### minor enhancements
3+
* Fixed loss of content in layout conversion - ([@sspreitzer][])
4+
15
## 0.1.3 2015-12-08
26
### minor enhancements
37
* Fixed an error with Jekyll 2.3.0 (and probably with prior versions) that crashes when building the site - ([@kalvinarts][])

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.3"
3+
VERSION = "0.1.4"
44
end
55
end

0 commit comments

Comments
 (0)