We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba987e7 commit 26a4315Copy full SHA for 26a4315
History.markdown
@@ -1,10 +1,14 @@
1
-## HEAD
+## 1.4.0 / 2022-01-30
2
3
### Minor Enhancements
4
5
* Require at least commonmarker-0.22 (#44)
6
* Highlight fenced code-block contents with Rouge (#29)
7
8
+### Bug Fixes
9
+
10
+ * Refactor away extra abstractions (#53)
11
12
### Development Fixes
13
14
* DRY begin-rescue-end block with a private helper (#28)
@@ -20,10 +24,6 @@
20
24
21
25
* Update README to link to commonmarker (#38)
22
26
23
-### Bug Fixes
-
- * Refactor away extra abstractions (#53)
27
## 1.3.1 / 2019-03-25
28
29
### Bug Fixes
lib/jekyll-commonmark/version.rb
@@ -2,6 +2,6 @@
module Jekyll
module CommonMark
- VERSION = "1.3.1"
+ VERSION = "1.4.0"
end
0 commit comments