We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f46c75 commit 585ee96Copy full SHA for 585ee96
History.markdown
@@ -1,4 +1,9 @@
1
-## HEAD
+## 1.2.0 / 2018-03-29
2
+
3
+### Minor Enhancements
4
5
+ * Allow render options (#4)
6
+ * Only set options once (#17)
7
8
### Development Fixes
9
@@ -7,7 +12,3 @@
12
* Add tests (#16)
13
* Test against Ruby 2.5 (#18)
14
* Version with class (#19)
10
-
11
-### Minor Enhancements
- * Only set options once (#17)
lib/jekyll-commonmark/version.rb
@@ -2,6 +2,6 @@
module Jekyll
module CommonMark
- VERSION = "1.1.0".freeze
+ VERSION = "1.2.0".freeze
end
0 commit comments