Skip to content

Commit 0e4d9ee

Browse files
committed
Bump to version 1.1.3
1 parent e097844 commit 0e4d9ee

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.3 2015-12-08
2+
### minor enhancements
3+
* Fixed an error with Jekyll 2.3.0 (and probably with prior versions) that crashes when building the site - ([@kalvinarts][])
4+
15
## 0.1.2 2015-04-28
26
### minor enhancements
37
* Follow Jekyll 2.3.0 internal API change - ([@yaegashi][])

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

0 commit comments

Comments
 (0)