Skip to content

Commit 585ee96

Browse files
committed
Release 💎 1.2.0
1 parent 2f46c75 commit 585ee96

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

History.markdown

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## HEAD
1+
## 1.2.0 / 2018-03-29
2+
3+
### Minor Enhancements
4+
5+
* Allow render options (#4)
6+
* Only set options once (#17)
27

38
### Development Fixes
49

@@ -7,7 +12,3 @@
712
* Add tests (#16)
813
* Test against Ruby 2.5 (#18)
914
* Version with class (#19)
10-
11-
### Minor Enhancements
12-
13-
* Only set options once (#17)

lib/jekyll-commonmark/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module CommonMark
5-
VERSION = "1.1.0".freeze
5+
VERSION = "1.2.0".freeze
66
end
77
end

0 commit comments

Comments
 (0)